diff options
Diffstat (limited to 'sys/dev/usb/uhci.c')
-rw-r--r-- | sys/dev/usb/uhci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index e47d2b4..aed035c 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -96,7 +96,6 @@ __FBSDID("$FreeBSD$"); /*#define UHCI_CTL_LOOP */ #if defined(__FreeBSD__) -#include <machine/clock.h> #define delay(d) DELAY(d) #endif |