From 72524b75449807200cdf94ec3b8a6cf587b087ac Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 12 Jul 2004 21:59:06 +0000 Subject: [PATCH] Remove stray line with just a tab Remove usbdevs_data.h, it isn't used by the module Noticed by: Pawel Worach --- sys/modules/usb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index 26d558d3b6ae..d4ab9d32ef8b 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