Fix build for CONFIG_BUG=n.  Yes, bugs are now a compile time option ;-)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/bug.h b/include/asm-mips/bug.h
index 758712f..8e1144f 100644
--- a/include/asm-mips/bug.h
+++ b/include/asm-mips/bug.h
@@ -15,8 +15,8 @@
 } while (0)
 #endif
 
-#include <asm-generic/bug.h>
-
 #endif
 
+#include <asm-generic/bug.h>
+
 #endif /* __ASM_BUG_H */