diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-05-19 17:05:09 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 18:31:17 (GMT) |
commit | ffd099bd33c97db4be698ff8d8733bd6a301f6a3 (patch) | |
tree | 20be91a98e93f807e78ff519de76ec112f0866f5 /include/asm-mips/bug.h | |
parent | 149f60b30c947196be4dacb0fba216d72f51bf9f (diff) | |
download | linux-fsl-qoriq-ffd099bd33c97db4be698ff8d8733bd6a301f6a3.tar.xz |
Fix build for CONFIG_BUG=n. Yes, bugs are now a compile time option ;-)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/bug.h')
-rw-r--r-- | include/asm-mips/bug.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <asm-generic/bug.h> - #endif +#include <asm-generic/bug.h> + #endif /* __ASM_BUG_H */ |