From: Stephen Rothwell Date: Wed, 15 Oct 2008 03:20:28 +0000 (+1100) Subject: DECLARE_PER_CPU needs linux/percpu.h X-Git-Tag: firefly_0821_release~17126^2^2~3^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=40b8606253552109815786e5d4b0de98782d31f5;p=firefly-linux-kernel-4.4.55.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;