summaryrefslogtreecommitdiffstats
path: root/sys
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
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')
-rw-r--r--sys/arm/arm/debug_monitor.c1
-rw-r--r--sys/arm64/arm64/debug_monitor.c1
-rw-r--r--sys/dev/drm/drmP.h1
-rw-r--r--sys/dev/drm2/drmP.h1
-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
10 files changed, 0 insertions, 10 deletions
diff --git a/sys/arm/arm/debug_monitor.c b/sys/arm/arm/debug_monitor.c
index eaf88e9..ab9b46b 100644
--- a/sys/arm/arm/debug_monitor.c
+++ b/sys/arm/arm/debug_monitor.c
@@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
#include <machine/cpu.h>
#include <machine/debug_monitor.h>
#include <machine/kdb.h>
-#include <machine/param.h>
#include <machine/pcb.h>
#include <machine/reg.h>
diff --git a/sys/arm64/arm64/debug_monitor.c b/sys/arm64/arm64/debug_monitor.c
index 50d663d..46167df 100644
--- a/sys/arm64/arm64/debug_monitor.c
+++ b/sys/arm64/arm64/debug_monitor.c
@@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$");
#include <machine/cpu.h>
#include <machine/debug_monitor.h>
#include <machine/kdb.h>
-#include <machine/param.h>
#include <ddb/ddb.h>
#include <ddb/db_sym.h>
diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h
index 33da6ff..8c4ece5 100644
--- a/sys/dev/drm/drmP.h
+++ b/sys/dev/drm/drmP.h
@@ -75,7 +75,6 @@ struct drm_file;
#include <vm/vm_pager.h>
#include <vm/vm_param.h>
#include <vm/vm_phys.h>
-#include <machine/param.h>
#include <machine/bus.h>
#include <machine/resource.h>
#if defined(__i386__) || defined(__amd64__)
diff --git a/sys/dev/drm2/drmP.h b/sys/dev/drm2/drmP.h
index 86c7f94..ae12144 100644
--- a/sys/dev/drm2/drmP.h
+++ b/sys/dev/drm2/drmP.h
@@ -76,7 +76,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_pager.h>
#include <vm/vm_param.h>
#include <vm/vm_phys.h>
-#include <machine/param.h>
#include <machine/bus.h>
#include <machine/resource.h>
#if defined(__i386__) || defined(__amd64__)
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