aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-15 14:19:01 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-15 14:19:01 +0000
commitdb7e3af11198d19592e7e6ef827f4817e823d450 (patch)
tree635a3f586205865e0b10d1803b59721bdd143a59 /sys/dev/usb
parentc0206f33f75aaf2c86505c60385dc21a1d9534e6 (diff)
Notes
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_aue.c1
-rw-r--r--sys/dev/usb/if_cue.c1
-rw-r--r--sys/dev/usb/if_kue.c1
-rw-r--r--sys/dev/usb/ohci.c1
-rw-r--r--sys/dev/usb/uhci.c1
-rw-r--r--sys/dev/usb/ukbd.c2
-rw-r--r--sys/dev/usb/umass.c1
-rw-r--r--sys/dev/usb/usb_subr.c1
-rw-r--r--sys/dev/usb/usbdi.c1
9 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c
index fc3241a1f9187..e88962b1660c6 100644
--- a/sys/dev/usb/if_aue.c
+++ b/sys/dev/usb/if_aue.c
@@ -77,7 +77,6 @@
#include <net/bpf.h>
-#include <machine/clock.h> /* for DELAY */
#include <sys/bus.h>
#include <dev/usb/usb.h>
diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c
index 3de43640b4e3a..a55b01a9d5c9e 100644
--- a/sys/dev/usb/if_cue.c
+++ b/sys/dev/usb/if_cue.c
@@ -65,7 +65,6 @@
#include <net/bpf.h>
-#include <machine/clock.h> /* for DELAY */
#include <sys/bus.h>
#include <dev/usb/usb.h>
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c
index 780c42bbcbf1b..0b5f9fb2b339e 100644
--- a/sys/dev/usb/if_kue.c
+++ b/sys/dev/usb/if_kue.c
@@ -80,7 +80,6 @@
#include <net/bpf.h>
-#include <machine/clock.h> /* for DELAY */
#include <sys/bus.h>
#include <dev/usb/usb.h>
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index 9d584d96082ee..dee9216a4ea39 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -77,7 +77,6 @@
#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 d9aeabf644d33..c243035c164f5 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -79,7 +79,6 @@
#include <dev/usb/uhcivar.h>
#if defined(__FreeBSD__)
-#include <machine/clock.h>
#define delay(d) DELAY(d)
#endif
diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c
index 5debe8f2652c4..1cfa940b6e1d0 100644
--- a/sys/dev/usb/ukbd.c
+++ b/sys/dev/usb/ukbd.c
@@ -50,7 +50,6 @@
#include <sys/ioccom.h>
#include <sys/module.h>
#include <sys/bus.h>
-#include <machine/clock.h>
#include <sys/file.h>
#include <sys/select.h>
#include <sys/proc.h>
@@ -217,7 +216,6 @@ DRIVER_MODULE(ukbd, uhub, ukbd_driver, ukbd_devclass, ukbd_driver_load, 0);
#include <machine/limits.h>
#include <sys/kbio.h>
-#include <machine/clock.h>
#define UKBD_DEFAULT 0
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index 01bce13fc1a7b..927135e16ce0a 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -100,7 +100,6 @@
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/bus.h>
-#include <machine/clock.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbdi.h>
diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c
index 8b467f3f9036d..241c0fa9af782 100644
--- a/sys/dev/usb/usb_subr.c
+++ b/sys/dev/usb/usb_subr.c
@@ -62,7 +62,6 @@
#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 f4ac846e97140..1266ec3311487 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -63,7 +63,6 @@
#if defined(__FreeBSD__)
#include "usb_if.h"
-#include <machine/clock.h>
#define delay(d) DELAY(d)
#endif