X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fbug.h;h=072ce274d53751d3ecbff96f0b2dca93b8056e97;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=3e1d2266fa69eed49ccbcf544946d592671562d8;hpb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;p=linux-2.6.git diff --git a/include/asm-m68k/bug.h b/include/asm-m68k/bug.h index 3e1d2266f..072ce274d 100644 --- a/include/asm-m68k/bug.h +++ b/include/asm-m68k/bug.h @@ -3,6 +3,7 @@ #include +#ifdef CONFIG_BUG #ifdef CONFIG_DEBUG_BUGVERBOSE #ifndef CONFIG_SUN3 #define BUG() do { \ @@ -22,6 +23,8 @@ #endif #define HAVE_ARCH_BUG +#endif + #include #endif