diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-10-15 14:20:28 +1100 |
---|---|---|
committer | Arjan van de Ven <arjan@linux.intel.com> | 2008-10-15 10:11:00 -0400 |
commit | 40b8606253552109815786e5d4b0de98782d31f5 (patch) | |
tree | 8c829e19ae70b0565a27dd615e5a06ff5be8d8cb /include/linux/hrtimer.h | |
parent | dc4304f7deee29fcdf6a2b62f7146ea7f505fd42 (diff) |
DECLARE_PER_CPU needs linux/percpu.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 2 |
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; |