From a423fd2c55cae6df7c8951d56be272a2a3331c11 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 30 Aug 2008 16:24:01 +0000 Subject: opt_bus.h isn't needed here anymore. It never was really needed, since usb has no business including it like it did... --- sys/modules/usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index d08279d89376..1f654235a313 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 -- cgit v1.3