Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-mmc.git
[powerpc.git] / include / asm-sh / bug.h
index 7017221..70508a3 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <linux/config.h>
 
+#ifdef CONFIG_BUG
 /*
  * Tell the user there is some problem.
  */
@@ -12,6 +13,8 @@
 } while (0)
 
 #define HAVE_ARCH_BUG
+#endif
+
 #include <asm-generic/bug.h>
 
 #endif