summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-10-15 14:20:28 +1100
committerArjan van de Ven <arjan@linux.intel.com>2008-10-15 10:11:00 -0400
commit40b8606253552109815786e5d4b0de98782d31f5 (patch)
tree8c829e19ae70b0565a27dd615e5a06ff5be8d8cb /include
parentdc4304f7deee29fcdf6a2b62f7146ea7f505fd42 (diff)
downloadlinux-40b8606253552109815786e5d4b0de98782d31f5.tar.gz
linux-40b8606253552109815786e5d4b0de98782d31f5.tar.xz
DECLARE_PER_CPU needs linux/percpu.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'include')
-rw-r--r--include/linux/hrtimer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index 508ce20b8f9c..1e6f731381d9 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -20,6 +20,8 @@
#include <linux/init.h>
#include <linux/list.h>
#include <linux/wait.h>
+#include <linux/percpu.h>
+
struct hrtimer_clock_base;
struct hrtimer_cpu_base;