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: archive/raspbian/4.9.13-1+rpi1~10^2~49244^2~1^2~204 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ffd099bd33c97db4be698ff8d8733bd6a301f6a3;p=linux-4.9.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 758712f1c88f..8e1144f4a0b0 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 */