summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorskra <skra@FreeBSD.org>2016-02-22 09:04:36 +0000
committerskra <skra@FreeBSD.org>2016-02-22 09:04:36 +0000
commit812447f90a35cc600130f698908186c552c028a2 (patch)
tree7d6cd967faa06d2ddb575d688743d30f98aff6a4 /sys/mips
parentf4b6499ab587e531fac6a6bd8273de3a755eed65 (diff)
downloadFreeBSD-src-812447f90a35cc600130f698908186c552c028a2.zip
FreeBSD-src-812447f90a35cc600130f698908186c552c028a2.tar.gz
As <machine/param.h> is included from <sys/param.h>, there is no need
to include it explicitly when <sys/param.h> is already included. Reviewed by: alc, kib Differential Revision: https://reviews.freebsd.org/D5378
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/stack_machdep.c1
-rw-r--r--sys/mips/nlm/cms.c1
-rw-r--r--sys/mips/nlm/dev/net/xlpge.c1
-rw-r--r--sys/mips/rmi/dev/nlge/if_nlge.c1
-rw-r--r--sys/mips/rmi/fmn.c1
-rw-r--r--sys/mips/rmi/iodi.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/sys/mips/mips/stack_machdep.c b/sys/mips/mips/stack_machdep.c
index 9b724cb..0f7c4bb 100644
--- a/sys/mips/mips/stack_machdep.c
+++ b/sys/mips/mips/stack_machdep.c
@@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
#include <machine/mips_opcode.h>
-#include <machine/param.h>
#include <machine/pcb.h>
#include <machine/regnum.h>
diff --git a/sys/mips/nlm/cms.c b/sys/mips/nlm/cms.c
index a4b7244..02431d6 100644
--- a/sys/mips/nlm/cms.c
+++ b/sys/mips/nlm/cms.c
@@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$");
#include <machine/cpu.h>
#include <machine/hwfunc.h>
#include <machine/mips_opcode.h>
-#include <machine/param.h>
#include <machine/intr_machdep.h>
#include <mips/nlm/hal/mips-extns.h>
diff --git a/sys/mips/nlm/dev/net/xlpge.c b/sys/mips/nlm/dev/net/xlpge.c
index aaa6379..4f3aeb0 100644
--- a/sys/mips/nlm/dev/net/xlpge.c
+++ b/sys/mips/nlm/dev/net/xlpge.c
@@ -72,7 +72,6 @@ __FBSDID("$FreeBSD$");
#include <machine/asm.h>
#include <machine/cpuregs.h>
-#include <machine/param.h>
#include <machine/intr_machdep.h>
#include <machine/clock.h> /* for DELAY */
#include <machine/bus.h>
diff --git a/sys/mips/rmi/dev/nlge/if_nlge.c b/sys/mips/rmi/dev/nlge/if_nlge.c
index 76a63c3..9fa95c7 100644
--- a/sys/mips/rmi/dev/nlge/if_nlge.c
+++ b/sys/mips/rmi/dev/nlge/if_nlge.c
@@ -94,7 +94,6 @@ __FBSDID("$FreeBSD$");
#include <machine/mips_opcode.h>
#include <machine/asm.h>
#include <machine/cpuregs.h>
-#include <machine/param.h>
#include <machine/intr_machdep.h>
#include <machine/clock.h> /* for DELAY */
#include <machine/bus.h>
diff --git a/sys/mips/rmi/fmn.c b/sys/mips/rmi/fmn.c
index 4c0d5df..b9c5965 100644
--- a/sys/mips/rmi/fmn.c
+++ b/sys/mips/rmi/fmn.c
@@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$");
#include <machine/hwfunc.h>
#include <machine/mips_opcode.h>
-#include <machine/param.h>
#include <machine/intr_machdep.h>
#include <mips/rmi/interrupt.h>
#include <mips/rmi/msgring.h>
diff --git a/sys/mips/rmi/iodi.c b/sys/mips/rmi/iodi.c
index c9c5c45..da0405d 100644
--- a/sys/mips/rmi/iodi.c
+++ b/sys/mips/rmi/iodi.c
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
#include <machine/cpu.h>
#include <machine/bus.h>
-#include <machine/param.h>
#include <machine/intr_machdep.h>
#include <machine/clock.h> /* for DELAY */
#include <machine/resource.h>
OpenPOWER on IntegriCloud