aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tx
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/tx
parentc0206f33f75aaf2c86505c60385dc21a1d9534e6 (diff)
downloadsrc-db7e3af11198d19592e7e6ef827f4817e823d450.tar.gz
src-db7e3af11198d19592e7e6ef827f4817e823d450.zip
Remove unneeded #include <machine/clock.h>
Notes
Notes: svn path=/head/; revision=67164
Diffstat (limited to 'sys/dev/tx')
-rw-r--r--sys/dev/tx/if_tx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c
index 7cbe32de48b8..8c5a8dfccfee 100644
--- a/sys/dev/tx/if_tx.c
+++ b/sys/dev/tx/if_tx.c
@@ -63,7 +63,6 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/pmap.h> /* for vtophys */
-#include <machine/clock.h> /* for DELAY */
#include <machine/bus_memio.h>
#include <machine/bus_pio.h>
#include <machine/bus.h>