From: Stephen Rothwell Date: Wed, 15 Oct 2008 03:20:28 +0000 (+1100) Subject: DECLARE_PER_CPU needs linux/percpu.h X-Git-Tag: v2.6.28-rc1~18^2^2~3^2~1 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=40b8606253552109815786e5d4b0de98782d31f5;p=linux-2.6-omap-h63xx.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 508ce20b8f9..1e6f731381d 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;