aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/asm/bug.h2
1 files changed, 2 insertions, 0 deletions
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 @@
1#ifndef _TOOLS_ASM_BUG_H 1#ifndef _TOOLS_ASM_BUG_H
2#define _TOOLS_ASM_BUG_H 2#define _TOOLS_ASM_BUG_H
3 3
4#include <linux/compiler.h>
5
4#define __WARN_printf(arg...) do { fprintf(stderr, arg); } while (0) 6#define __WARN_printf(arg...) do { fprintf(stderr, arg); } while (0)
5 7
6#define WARN(condition, format...) ({ \ 8#define WARN(condition, format...) ({ \