X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-m68k%2Fbug.h;h=072ce274d53751d3ecbff96f0b2dca93b8056e97;hb=3d963f5bb1949af53a37acf36d3b12e97ca9b1e5;hp=3e1d2266fa69eed49ccbcf544946d592671562d8;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/include/asm-m68k/bug.h b/include/asm-m68k/bug.h index 3e1d2266fa..072ce274d5 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