From 5dee97ce8610e3adf8c9f937bd5fe961ca124c90 Mon Sep 17 00:00:00 2001 From: thompsa Date: Fri, 20 Mar 2009 19:04:31 +0000 Subject: MFp4 //depot/projects/usb @159430 - Move tunable defines into usb_core.h and dependancy towards usb_defs.h - Leave hardcoded defines in "usb_defs.h". - Allow overriding all tunable defines. - Add more customisable typedefs. - Correct maximum device number. Submitted by: Hans Petter Selasky --- sys/dev/usb/controller/uhci_pci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/usb/controller/uhci_pci.c') diff --git a/sys/dev/usb/controller/uhci_pci.c b/sys/dev/usb/controller/uhci_pci.c index a61693b..379841b 100644 --- a/sys/dev/usb/controller/uhci_pci.c +++ b/sys/dev/usb/controller/uhci_pci.c @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); */ #include -#include #include #include -- cgit v1.1