]> Pileus Git - ~andy/linux/commitdiff
tools include: Include <linux/compiler.h> from asm/bug.h
authorNamhyung Kim <namhyung@kernel.org>
Thu, 9 Jan 2014 14:00:55 +0000 (23:00 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 13 Jan 2014 13:14:13 +0000 (10:14 -0300)
Since it uses unlikely() macro inside WARN()

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1389276059-8829-5-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/asm/bug.h

index eca78df7b8f2e84c912dbd891a0a3850d1d7ba52..9e5f4846967fcf6e098c039c61b455f1a9326b64 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _TOOLS_ASM_BUG_H
 #define _TOOLS_ASM_BUG_H
 
+#include <linux/compiler.h>
+
 #define __WARN_printf(arg...)  do { fprintf(stderr, arg); } while (0)
 
 #define WARN(condition, format...) ({          \