From: Namhyung Kim Date: Thu, 9 Jan 2014 14:00:55 +0000 (+0900) Subject: tools include: Include from asm/bug.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=741a0c59032faeddac80a6237f3d7846231a3740;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git tools include: Include from asm/bug.h Since it uses unlikely() macro inside WARN() Signed-off-by: Namhyung Kim Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Steven Rostedt Link: http://lkml.kernel.org/r/1389276059-8829-5-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/include/asm/bug.h b/tools/include/asm/bug.h index eca78df7b8f2..9e5f4846967f 100644 --- a/tools/include/asm/bug.h +++ b/tools/include/asm/bug.h @@ -1,6 +1,8 @@ #ifndef _TOOLS_ASM_BUG_H #define _TOOLS_ASM_BUG_H +#include + #define __WARN_printf(arg...) do { fprintf(stderr, arg); } while (0) #define WARN(condition, format...) ({ \