summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-10-16 18:50:00 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-10-16 18:50:00 +0000
commit4e7a9416198cecc333537c044d0e320e8f302626 (patch)
treef29601aa73ecb5f34ddf1bde78c32dd1f46d3b45 /sys/dev/usb
parentef4994a1212dd74d2ea9e3be4b586433d2aeb0bd (diff)
downloadFreeBSD-src-4e7a9416198cecc333537c044d0e320e8f302626.zip
FreeBSD-src-4e7a9416198cecc333537c044d0e320e8f302626.tar.gz
Undo previous commit. <machine/clock.h> is needed for the prototype
for DELAY().
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ohci.c1
-rw-r--r--sys/dev/usb/uhci.c1
-rw-r--r--sys/dev/usb/usb_subr.c1
-rw-r--r--sys/dev/usb/usbdi.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index dee9216..9d584d9 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -77,6 +77,7 @@
#include <dev/usb/ohcivar.h>
#if defined(__FreeBSD__)
+#include <machine/clock.h>
#define delay(d) DELAY(d)
#endif
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index c243035..d9aeabf 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -79,6 +79,7 @@
#include <dev/usb/uhcivar.h>
#if defined(__FreeBSD__)
+#include <machine/clock.h>
#define delay(d) DELAY(d)
#endif
diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c
index 241c0fa..8b467f3 100644
--- a/sys/dev/usb/usb_subr.c
+++ b/sys/dev/usb/usb_subr.c
@@ -62,6 +62,7 @@
#include <dev/usb/usb_quirks.h>
#if defined(__FreeBSD__)
+#include <machine/clock.h>
#define delay(d) DELAY(d)
#endif
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index 1266ec3..f4ac846 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -63,6 +63,7 @@
#if defined(__FreeBSD__)
#include "usb_if.h"
+#include <machine/clock.h>
#define delay(d) DELAY(d)
#endif
OpenPOWER on IntegriCloud