From: Ralf Baechle Date: Thu, 19 May 2005 17:05:09 +0000 (+0000) Subject: Fix build for CONFIG_BUG=n. Yes, bugs are now a compile time option ;-) X-Git-Tag: v2.6.15-rc1~731^2~1^2~204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffd099bd33c97db4be698ff8d8733bd6a301f6a3;p=platform%2Fkernel%2Flinux-exynos.git Fix build for CONFIG_BUG=n. Yes, bugs are now a compile time option ;-) Signed-off-by: Ralf Baechle --- 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 @@ do { \ } while (0) #endif -#include - #endif +#include + #endif /* __ASM_BUG_H */