From: Arnaldo Carvalho de Melo Date: Wed, 11 Nov 2015 15:54:42 +0000 (-0300) Subject: tools include: Add compiler.h to list.h X-Git-Tag: v4.14-rc1~4271^2~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5602ea09c19e85557f2b4d30be1d6ba349b7a038;p=platform%2Fkernel%2Flinux-rpi.git tools include: Add compiler.h to list.h list.h needs WRITE_ONCE() since 7f5f873c6a07 ("rculist: Use WRITE_ONCE() when deleting from reader-visible list") add it before including the kernel's list.h file. This fixes builds of 'make perf-tar-src-pkg' perf tool tarball builds, i.e. out of tree builds. Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-e0rb8f7jwz0jn24ttyick9u6@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/include/linux/list.h b/tools/include/linux/list.h index 76b014c..a017f15 100644 --- a/tools/include/linux/list.h +++ b/tools/include/linux/list.h @@ -1,3 +1,4 @@ +#include #include #include