svn commit: r295881 - in head: lib/libvmmapi share/man/man9 sys/arm/arm sys/arm64/arm64 sys/dev/drm sys/dev/drm2 sys/mips/mips sys/mips/nlm sys/mips/nlm/dev/net sys/mips/rmi sys/mips/rmi/dev/nlge

Svatopluk Kraus skra at FreeBSD.org
Mon Feb 22 09:04:39 UTC 2016


Author: skra
Date: Mon Feb 22 09:04:36 2016
New Revision: 295881
URL: https://svnweb.freebsd.org/changeset/base/295881

Log:
  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

Modified:
  head/lib/libvmmapi/vmmapi.c
  head/share/man/man9/bios.9
  head/sys/arm/arm/debug_monitor.c
  head/sys/arm64/arm64/debug_monitor.c
  head/sys/dev/drm/drmP.h
  head/sys/dev/drm2/drmP.h
  head/sys/mips/mips/stack_machdep.c
  head/sys/mips/nlm/cms.c
  head/sys/mips/nlm/dev/net/xlpge.c
  head/sys/mips/rmi/dev/nlge/if_nlge.c
  head/sys/mips/rmi/fmn.c
  head/sys/mips/rmi/iodi.c

Modified: head/lib/libvmmapi/vmmapi.c
==============================================================================
--- head/lib/libvmmapi/vmmapi.c	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/lib/libvmmapi/vmmapi.c	Mon Feb 22 09:04:36 2016	(r295881)
@@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$");
 
 #include <x86/segments.h>
 #include <machine/specialreg.h>
-#include <machine/param.h>
 
 #include <errno.h>
 #include <stdio.h>

Modified: head/share/man/man9/bios.9
==============================================================================
--- head/share/man/man9/bios.9	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/share/man/man9/bios.9	Mon Feb 22 09:04:36 2016	(r295881)
@@ -37,7 +37,6 @@
 .In sys/param.h
 .In vm/vm.h
 .In vm/pmap.h
-.In machine/param.h
 .In machine/pc/bios.h
 .Ft uint32_t
 .Fn bios_sigsearch "uint32_t start" "u_char *sig" "int siglen" "int paralen" "int sigofs"

Modified: head/sys/arm/arm/debug_monitor.c
==============================================================================
--- head/sys/arm/arm/debug_monitor.c	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/sys/arm/arm/debug_monitor.c	Mon Feb 22 09:04:36 2016	(r295881)
@@ -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>
 

Modified: head/sys/arm64/arm64/debug_monitor.c
==============================================================================
--- head/sys/arm64/arm64/debug_monitor.c	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/sys/arm64/arm64/debug_monitor.c	Mon Feb 22 09:04:36 2016	(r295881)
@@ -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>

Modified: head/sys/dev/drm/drmP.h
==============================================================================
--- head/sys/dev/drm/drmP.h	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/sys/dev/drm/drmP.h	Mon Feb 22 09:04:36 2016	(r295881)
@@ -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__)

Modified: head/sys/dev/drm2/drmP.h
==============================================================================
--- head/sys/dev/drm2/drmP.h	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/sys/dev/drm2/drmP.h	Mon Feb 22 09:04:36 2016	(r295881)
@@ -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__)

Modified: head/sys/mips/mips/stack_machdep.c
==============================================================================
--- head/sys/mips/mips/stack_machdep.c	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/sys/mips/mips/stack_machdep.c	Mon Feb 22 09:04:36 2016	(r295881)
@@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/mips_opcode.h>
 
-#include <machine/param.h>
 #include <machine/pcb.h>
 #include <machine/regnum.h>
 

Modified: head/sys/mips/nlm/cms.c
==============================================================================
--- head/sys/mips/nlm/cms.c	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/sys/mips/nlm/cms.c	Mon Feb 22 09:04:36 2016	(r295881)
@@ -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>

Modified: head/sys/mips/nlm/dev/net/xlpge.c
==============================================================================
--- head/sys/mips/nlm/dev/net/xlpge.c	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/sys/mips/nlm/dev/net/xlpge.c	Mon Feb 22 09:04:36 2016	(r295881)
@@ -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>

Modified: head/sys/mips/rmi/dev/nlge/if_nlge.c
==============================================================================
--- head/sys/mips/rmi/dev/nlge/if_nlge.c	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/sys/mips/rmi/dev/nlge/if_nlge.c	Mon Feb 22 09:04:36 2016	(r295881)
@@ -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>

Modified: head/sys/mips/rmi/fmn.c
==============================================================================
--- head/sys/mips/rmi/fmn.c	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/sys/mips/rmi/fmn.c	Mon Feb 22 09:04:36 2016	(r295881)
@@ -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>

Modified: head/sys/mips/rmi/iodi.c
==============================================================================
--- head/sys/mips/rmi/iodi.c	Mon Feb 22 09:02:20 2016	(r295880)
+++ head/sys/mips/rmi/iodi.c	Mon Feb 22 09:04:36 2016	(r295881)
@@ -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>


More information about the svn-src-all mailing list