aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2011-01-11 13:59:06 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2011-01-11 13:59:06 +0000
commit58ccf5b41c6baf98367501218fda6c511941d367 (patch)
tree2345ebc93523b3705d622305170bec0f8dc91277 /sys/arm
parentcf80e937bba11b5fed985b044bd000a89436340d (diff)
downloadsrc-58ccf5b41c6baf98367501218fda6c511941d367.tar.gz
src-58ccf5b41c6baf98367501218fda6c511941d367.zip
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
it internally contain nested includes. Reviewed by: bde
Notes
Notes: svn path=/head/; revision=217265
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/econa/ehci_ebus.c1
-rw-r--r--sys/arm/econa/ohci_ec.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/econa/ehci_ebus.c b/sys/arm/econa/ehci_ebus.c
index 7b492258200d..a3499c9efeaf 100644
--- a/sys/arm/econa/ehci_ebus.c
+++ b/sys/arm/econa/ehci_ebus.c
@@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/bus.h>
-#include <sys/linker_set.h>
#include <sys/module.h>
#include <sys/lock.h>
#include <sys/mutex.h>
diff --git a/sys/arm/econa/ohci_ec.c b/sys/arm/econa/ohci_ec.c
index 6bff37629831..6b25580f647b 100644
--- a/sys/arm/econa/ohci_ec.c
+++ b/sys/arm/econa/ohci_ec.c
@@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/bus.h>
-#include <sys/linker_set.h>
#include <sys/module.h>
#include <sys/lock.h>
#include <sys/mutex.h>