فهرست منبع

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 */