aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2006-05-16 14:37:58 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2006-05-16 14:37:58 +0000
commitc40da00ca320a38816049edd21966bd4045b2303 (patch)
treed47ebd2b269a1d3e4f115627689dd9e5e00846ab /sys/dev/aic7xxx
parentef6cf7f1f1e981b38b2bd4eb6a729e6f85c0bcc6 (diff)
downloadsrc-c40da00ca320a38816049edd21966bd4045b2303.tar.gz
src-c40da00ca320a38816049edd21966bd4045b2303.zip
Since DELAY() was moved, most <machine/clock.h> #includes have been
unnecessary.
Notes
Notes: svn path=/head/; revision=158651
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic79xx_osm.h1
-rw-r--r--sys/dev/aic7xxx/aic7xxx_osm.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aic79xx_osm.h b/sys/dev/aic7xxx/aic79xx_osm.h
index 7e2291fb35cb..c3b7d67ce879 100644
--- a/sys/dev/aic7xxx/aic79xx_osm.h
+++ b/sys/dev/aic7xxx/aic79xx_osm.h
@@ -55,7 +55,6 @@
#define AIC_PCI_CONFIG 1
#include <machine/bus.h>
#include <machine/endian.h>
-#include <machine/clock.h>
#include <machine/resource.h>
#include <sys/rman.h>
diff --git a/sys/dev/aic7xxx/aic7xxx_osm.h b/sys/dev/aic7xxx/aic7xxx_osm.h
index f83ff5db677e..9dcc88f8a11e 100644
--- a/sys/dev/aic7xxx/aic7xxx_osm.h
+++ b/sys/dev/aic7xxx/aic7xxx_osm.h
@@ -62,7 +62,6 @@
#endif
#include <machine/bus.h>
#include <machine/endian.h>
-#include <machine/clock.h>
#include <machine/resource.h>
#include <sys/rman.h>