Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/4434dca748af
branches:  trunk
changeset: 447371:4434dca748af
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 08 19:14:08 2019 +0000

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

diffstat:

 sys/arch/bebox/stand/boot/wdc.c              |  3 +--
 sys/arch/cobalt/stand/boot/wdc.c             |  3 +--
 sys/arch/ews4800mips/stand/common/bfs_subr.c |  5 ++---
 sys/arch/hppa/stand/common/pdc.c             |  3 +--
 4 files changed, 5 insertions(+), 9 deletions(-)

diffs (77 lines):

diff -r 406fd193175a -r 4434dca748af sys/arch/bebox/stand/boot/wdc.c
--- a/sys/arch/bebox/stand/boot/wdc.c   Tue Jan 08 19:12:41 2019 +0000
+++ b/sys/arch/bebox/stand/boot/wdc.c   Tue Jan 08 19:14:08 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdc.c,v 1.3 2019/01/08 17:13:21 christos Exp $ */
+/*     $NetBSD: wdc.c,v 1.4 2019/01/08 19:15:27 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"
diff -r 406fd193175a -r 4434dca748af sys/arch/cobalt/stand/boot/wdc.c
--- a/sys/arch/cobalt/stand/boot/wdc.c  Tue Jan 08 19:12:41 2019 +0000
+++ b/sys/arch/cobalt/stand/boot/wdc.c  Tue Jan 08 19:14:08 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdc.c,v 1.15 2019/01/08 17:13:03 christos Exp $        */
+/*     $NetBSD: wdc.c,v 1.16 2019/01/08 19:15:54 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"
diff -r 406fd193175a -r 4434dca748af sys/arch/ews4800mips/stand/common/bfs_subr.c
--- a/sys/arch/ews4800mips/stand/common/bfs_subr.c      Tue Jan 08 19:12:41 2019 +0000
+++ b/sys/arch/ews4800mips/stand/common/bfs_subr.c      Tue Jan 08 19:14:08 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bfs_subr.c,v 1.4 2019/01/08 17:14:14 christos Exp $    */
+/*     $NetBSD: bfs_subr.c,v 1.5 2019/01/08 19:14:51 christos Exp $    */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: bfs_subr.c,v 1.4 2019/01/08 17:14:14 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bfs_subr.c,v 1.5 2019/01/08 19:14:51 christos Exp $");
 #ifdef _STANDALONE
 #include <lib/libsa/stand.h>
 #include <lib/libkern/libkern.h>
@@ -42,7 +42,6 @@
 #include <sys/types.h>
 #include <sys/systm.h>
 #include <sys/errno.h>
-#include <machine/param.h>
 #include <machine/sector.h>
 #include <machine/bfs.h>
 
diff -r 406fd193175a -r 4434dca748af sys/arch/hppa/stand/common/pdc.c
--- a/sys/arch/hppa/stand/common/pdc.c  Tue Jan 08 19:12:41 2019 +0000
+++ b/sys/arch/hppa/stand/common/pdc.c  Tue Jan 08 19:14:08 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pdc.c,v 1.3 2019/01/08 17:14:52 christos Exp $ */
+/*     $NetBSD: pdc.c,v 1.4 2019/01/08 19:14:08 christos Exp $ */
 
 /*     $OpenBSD: pdc.c,v 1.10 1999/05/06 02:27:44 mickey Exp $ */
 
@@ -71,7 +71,6 @@
 #include <machine/pdc.h>
 #include <machine/iomod.h>
 #include <machine/nvm.h>
-#include <machine/param.h>
 #include <machine/cpufunc.h>
 
 #include "dev_hppa.h"



Home | Main Index | Thread Index | Old Index