Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mmeye/stand/boot no need for <machine/param.h>



details:   https://anonhg.NetBSD.org/src/rev/614a868c0ba0
branches:  trunk
changeset: 447373:614a868c0ba0
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Jan 08 19:36:57 2019 +0000

description:
no need for <machine/param.h>

diffstat:

 sys/arch/mmeye/stand/boot/wd.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 0b8ebb408c91 -r 614a868c0ba0 sys/arch/mmeye/stand/boot/wd.c
--- a/sys/arch/mmeye/stand/boot/wd.c    Tue Jan 08 19:17:10 2019 +0000
+++ b/sys/arch/mmeye/stand/boot/wd.c    Tue Jan 08 19:36:57 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wd.c,v 1.4 2015/01/02 19:42:06 christos Exp $  */
+/*     $NetBSD: wd.c,v 1.5 2019/01/08 19:36:57 jdolecek Exp $  */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -36,8 +36,6 @@
 #include <lib/libsa/stand.h>
 #include <lib/libkern/libkern.h>
 
-#include <machine/param.h>
-
 #include "boot.h"
 #include "wdvar.h"
 



Home | Main Index | Thread Index | Old Index