From: Stephen Rothwell Date: Wed, 15 Oct 2008 03:20:28 +0000 (+1100) Subject: DECLARE_PER_CPU needs linux/percpu.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=40b8606253552109815786e5d4b0de98782d31f5;p=linux-beck.git DECLARE_PER_CPU needs linux/percpu.h Signed-off-by: Stephen Rothwell --- 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 #include #include +#include + struct hrtimer_clock_base; struct hrtimer_cpu_base;