aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-02-04 17:33:31 +0000
committerWarner Losh <imp@FreeBSD.org>2005-02-04 17:33:31 +0000
commitc4241acbb3ef1136e45e7c1ba413b2962e5a6c20 (patch)
treec5eb91685c305590a6b471c65c6a8ea8b011b3d7 /sys
parent42a29039dea8a3c31b2b4f05981083bbf32385ed (diff)
downloadsrc-c4241acbb3ef1136e45e7c1ba413b2962e5a6c20.tar.gz
src-c4241acbb3ef1136e45e7c1ba413b2962e5a6c20.zip
Don't rely on indirect inclusion of machine/bus.h to use
bus_space_{read,write}_* routines. This doesn't matter in the current tree, but will matter soon (the rest of the tree appears to already be clean).
Notes
Notes: svn path=/head/; revision=141293
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/cpufreq/ichss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c
index fad1941d2667..ea126b650de7 100644
--- a/sys/dev/cpufreq/ichss.c
+++ b/sys/dev/cpufreq/ichss.c
@@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <dev/pci/pcivar.h>
+#include <machine/bus.h>
#include <machine/clock.h>
#include <machine/resource.h>
#include <sys/rman.h>