]> err.no Git - linux-2.6/blobdiff - include/asm-sh/bug.h
[MIPS] Rename SNI_RM200_PCI to just SNI_RM preparing for more RM machines
[linux-2.6] / include / asm-sh / bug.h
index 70172217140f4cdf6c81e913bf10bf4a8a9d33f0..1b4fc52a59e86beb62adf210158260c453a01ab5 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef __ASM_SH_BUG_H
 #define __ASM_SH_BUG_H
 
-#include <linux/config.h>
 
+#ifdef CONFIG_BUG
 /*
  * Tell the user there is some problem.
  */
@@ -12,6 +12,8 @@
 } while (0)
 
 #define HAVE_ARCH_BUG
+#endif
+
 #include <asm-generic/bug.h>
 
 #endif