Fix build for CONFIG_BUG=n. Yes, bugs are now a compile time option ;-)
authorRalf Baechle <ralf@linux-mips.org>
Thu, 19 May 2005 17:05:09 +0000 (17:05 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:17 +0000 (19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/bug.h

index 758712f..8e1144f 100644 (file)
@@ -15,8 +15,8 @@ do {                                                                  \
 } while (0)
 #endif
 
-#include <asm-generic/bug.h>
-
 #endif
 
+#include <asm-generic/bug.h>
+
 #endif /* __ASM_BUG_H */