Browse Source

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 20 năm trước cách đây
mục cha
commit
ffd099bd33
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      include/asm-mips/bug.h

+ 2 - 2
include/asm-mips/bug.h

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