From c4241acbb3ef1136e45e7c1ba413b2962e5a6c20 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 4 Feb 2005 17:33:31 +0000 Subject: [PATCH] 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). --- sys/dev/cpufreq/ichss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c index fad1941d266..ea126b650de 100644 --- a/sys/dev/cpufreq/ichss.c +++ b/sys/dev/cpufreq/ichss.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include #include