]> err.no Git - linux-2.6/blobdiff - include/asm-mips/bug.h
The type of sum in csum_tcpudp_nofold is "unsigned int", so when we assign
[linux-2.6] / include / asm-mips / bug.h
index 3f594b440abcdb65151dc4fe90b466d4e998ac14..8e1144f4a0b0141c1be789295ddcf3af66ac532d 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef __ASM_BUG_H
 #define __ASM_BUG_H
 
+#include <linux/config.h>
+
+#ifdef CONFIG_BUG
+
 #include <asm/break.h>
 
 #ifdef CONFIG_BUG
@@ -11,6 +15,8 @@ do {                                                                  \
 } while (0)
 #endif
 
+#endif
+
 #include <asm-generic/bug.h>
 
-#endif
+#endif /* __ASM_BUG_H */