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/406fd193175a
branches:  trunk
changeset: 447370:406fd193175a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 08 19:12:41 2019 +0000

description:
no need for machine/param.h

diffstat:

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

diffs (17 lines):

diff -r 316ec70a291d -r 406fd193175a sys/arch/mmeye/stand/boot/wdc.c
--- a/sys/arch/mmeye/stand/boot/wdc.c   Tue Jan 08 18:40:53 2019 +0000
+++ b/sys/arch/mmeye/stand/boot/wdc.c   Tue Jan 08 19:12:41 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdc.c,v 1.3 2019/01/08 17:15:31 christos Exp $ */
+/*     $NetBSD: wdc.c,v 1.4 2019/01/08 19:12:41 christos Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -36,7 +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