summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-02-04 17:33:31 +0000
committerimp <imp@FreeBSD.org>2005-02-04 17:33:31 +0000
commitd00831d3e069584355266cc3a8e6a0072f7ba229 (patch)
treec5eb91685c305590a6b471c65c6a8ea8b011b3d7
parentef8ea3a09d70284e882870a744ef783d858b6f8b (diff)
downloadFreeBSD-src-d00831d3e069584355266cc3a8e6a0072f7ba229.zip
FreeBSD-src-d00831d3e069584355266cc3a8e6a0072f7ba229.tar.gz
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).
-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 fad1941..ea126b6 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>
OpenPOWER on IntegriCloud