From: Andrew Morton arm: include/linux/profile.h:11: error: syntax error before "__read_mostly" Cc: Ingo Molnar Signed-off-by: Andrew Morton --- include/linux/profile.h | 2 ++ 1 file changed, 2 insertions(+) diff -puN include/linux/profile.h~sleep-profiling-fix include/linux/profile.h --- a/include/linux/profile.h~sleep-profiling-fix +++ a/include/linux/profile.h @@ -6,6 +6,8 @@ #include #include #include +#include + #include extern int prof_on __read_mostly; _