summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-08-30 16:23:04 +0000
committerimp <imp@FreeBSD.org>2008-08-30 16:23:04 +0000
commit2a72e8543a1039a3fcabcdbbbc29bfc3d2808dc6 (patch)
treec00a681d8a8f8d31cdf82de5f75e5dbad6f8d1df /sys
parent5ff8a2ebc3966459ad2541452ada1c0c9315f0d0 (diff)
downloadFreeBSD-src-2a72e8543a1039a3fcabcdbbbc29bfc3d2808dc6.zip
FreeBSD-src-2a72e8543a1039a3fcabcdbbbc29bfc3d2808dc6.tar.gz
opt_bus.h isn't needed here. It is supposed to be for subr_bus.c only.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ehci_pci.c2
-rw-r--r--sys/dev/usb/ohci_pci.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/usb/ehci_pci.c b/sys/dev/usb/ehci_pci.c
index d9a42d0..3514e8d 100644
--- a/sys/dev/usb/ehci_pci.c
+++ b/sys/dev/usb/ehci_pci.c
@@ -52,8 +52,6 @@ __FBSDID("$FreeBSD$");
* sharing of code between *BSD's
*/
-#include "opt_bus.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/dev/usb/ohci_pci.c b/sys/dev/usb/ohci_pci.c
index 05d4cb9..4dd82e5 100644
--- a/sys/dev/usb/ohci_pci.c
+++ b/sys/dev/usb/ohci_pci.c
@@ -49,8 +49,6 @@ __FBSDID("$FreeBSD$");
* sharing of code between *BSD's
*/
-#include "opt_bus.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud