浏览代码

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 年之前
父节点
当前提交
ffd099bd33
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 */