aboutsummaryrefslogtreecommitdiff
path: root/arch/frv/include/asm/bug.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/frv/include/asm/bug.h')
-rw-r--r--arch/frv/include/asm/bug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/frv/include/asm/bug.h b/arch/frv/include/asm/bug.h
index 2e054508a2f6..dd01bcf42ee6 100644
--- a/arch/frv/include/asm/bug.h
+++ b/arch/frv/include/asm/bug.h
@@ -51,4 +51,6 @@ do { \
#include <asm-generic/bug.h>
+extern void die_if_kernel(const char *, ...) __attribute__((format(printf, 1, 2)));
+
#endif