]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m68k/bug.h
Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
[linux-2.6-omap-h63xx.git] / include / asm-m68k / bug.h
index 3e1d2266fa69eed49ccbcf544946d592671562d8..7b60776cc966dfd15be72db4366cc33a78bd8f9f 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef _M68K_BUG_H
 #define _M68K_BUG_H
 
-#include <linux/config.h>
 
+#ifdef CONFIG_BUG
 #ifdef CONFIG_DEBUG_BUGVERBOSE
 #ifndef CONFIG_SUN3
 #define BUG() do { \
@@ -22,6 +22,8 @@
 #endif
 
 #define HAVE_ARCH_BUG
+#endif
+
 #include <asm-generic/bug.h>
 
 #endif