summaryrefslogtreecommitdiffstats
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-12 21:59:06 +0000
committerimp <imp@FreeBSD.org>2004-07-12 21:59:06 +0000
commit72524b75449807200cdf94ec3b8a6cf587b087ac (patch)
tree54f8416efb4d10dc2ce00fa4a9c2793bf1434da9 /sys/modules/usb
parent6ff1185c1dcb3500ceef5f5cd01d8ecafa452497 (diff)
downloadFreeBSD-src-72524b75449807200cdf94ec3b8a6cf587b087ac.zip
FreeBSD-src-72524b75449807200cdf94ec3b8a6cf587b087ac.tar.gz
Remove stray line with just a tab
Remove usbdevs_data.h, it isn't used by the module Noticed by: Pawel Worach
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index 26d558d..d4ab9d3 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -17,11 +17,11 @@ SRCS= bus_if.h device_if.h usb_if.h usb_if.c \
usb_port.h \
usb_quirks.c usb_quirks.h \
usb_subr.c \
- usbdevs.h usbdevs_data.h \
+ usbdevs.h \
usbdi.c usbdi.h usbdivar.h \
usbdi_util.c usbdi_util.h \
usb_ethersubr.c usbdevs.h
-
+
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
OpenPOWER on IntegriCloud