summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-08-30 16:24:01 +0000
committerimp <imp@FreeBSD.org>2008-08-30 16:24:01 +0000
commitd1abd64ba24a9a815e47ac7a55c7184450f91be3 (patch)
treef0355e665e9fe462e37d53c9db50e01f0a5dbd88 /sys/modules
parent2a72e8543a1039a3fcabcdbbbc29bfc3d2808dc6 (diff)
downloadFreeBSD-src-d1abd64ba24a9a815e47ac7a55c7184450f91be3.zip
FreeBSD-src-d1abd64ba24a9a815e47ac7a55c7184450f91be3.tar.gz
opt_bus.h isn't needed here anymore. It never was really needed,
since usb has no business including it like it did...
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index d08279d..1f65423 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -22,6 +22,6 @@ SRCS= bus_if.h device_if.h usb_if.h usb_if.c \
SRCS+= uhci_pci.c uhci.c uhcireg.h uhcivar.h
SRCS+= ohci_pci.c ohci.c ohcireg.h ohcivar.h
SRCS+= ehci_pci.c ehci.c ehcireg.h ehcivar.h
-SRCS+= opt_bus.h pci_if.h
+SRCS+= pci_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud