aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm26/bug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm26/bug.h')
-rw-r--r--include/asm-arm26/bug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm26/bug.h b/include/asm-arm26/bug.h
index 920b70533368..7177c7399967 100644
--- a/include/asm-arm26/bug.h
+++ b/include/asm-arm26/bug.h
@@ -3,6 +3,7 @@
#include <linux/config.h>
+#ifdef CONFIG_BUG
#ifdef CONFIG_DEBUG_BUGVERBOSE
extern volatile void __bug(const char *file, int line, void *data);
/* give file/line information */
@@ -12,6 +13,8 @@ extern volatile void __bug(const char *file, int line, void *data);
#endif
#define HAVE_ARCH_BUG
+#endif
+
#include <asm-generic/bug.h>
#endif