aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aha/aha.c
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/aha/aha.c
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/aha/aha.c')
-rw-r--r--sys/dev/aha/aha.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c
index afb7188a4955..be063d0f4ffc 100644
--- a/sys/dev/aha/aha.c
+++ b/sys/dev/aha/aha.c
@@ -65,7 +65,6 @@
#include <machine/bus_pio.h>
#include <machine/bus.h>
-#include <machine/clock.h>
#include <cam/cam.h>
#include <cam/cam_ccb.h>