summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-01-11 13:59:06 +0000
committerjhb <jhb@FreeBSD.org>2011-01-11 13:59:06 +0000
commitc17f46e472bd88fc74849f6d97d6338b9b4c77e6 (patch)
tree2345ebc93523b3705d622305170bec0f8dc91277 /sys/sun4v
parent0d0547f67ee28ee2413b6d135b59f4748985b213 (diff)
downloadFreeBSD-src-c17f46e472bd88fc74849f6d97d6338b9b4c77e6.zip
FreeBSD-src-c17f46e472bd88fc74849f6d97d6338b9b4c77e6.tar.gz
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
it internally contain nested includes. Reviewed by: bde
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/sun4v/db_interface.c1
-rw-r--r--sys/sun4v/sun4v/db_trace.c1
-rw-r--r--sys/sun4v/sun4v/vm_machdep.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/sun4v/sun4v/db_interface.c b/sys/sun4v/sun4v/db_interface.c
index 77e1493..3ba816f 100644
--- a/sys/sun4v/sun4v/db_interface.c
+++ b/sys/sun4v/sun4v/db_interface.c
@@ -32,7 +32,6 @@
#include <sys/cons.h>
#include <sys/kdb.h>
#include <sys/ktr.h>
-#include <sys/linker_set.h>
#include <sys/lock.h>
#include <sys/pcpu.h>
#include <sys/proc.h>
diff --git a/sys/sun4v/sun4v/db_trace.c b/sys/sun4v/sun4v/db_trace.c
index 260d2e1..2e389ba 100644
--- a/sys/sun4v/sun4v/db_trace.c
+++ b/sys/sun4v/sun4v/db_trace.c
@@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kdb.h>
-#include <sys/linker_set.h>
#include <sys/proc.h>
#include <sys/stack.h>
#include <sys/sysent.h>
diff --git a/sys/sun4v/sun4v/vm_machdep.c b/sys/sun4v/sun4v/vm_machdep.c
index 5e02aec..62b232e 100644
--- a/sys/sun4v/sun4v/vm_machdep.c
+++ b/sys/sun4v/sun4v/vm_machdep.c
@@ -52,7 +52,6 @@
#include <sys/bio.h>
#include <sys/buf.h>
#include <sys/kernel.h>
-#include <sys/linker_set.h>
#include <sys/mbuf.h>
#include <sys/mutex.h>
#include <sys/sf_buf.h>
OpenPOWER on IntegriCloud