diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-05-19 17:05:09 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:31:17 +0100 |
commit | ffd099bd33c97db4be698ff8d8733bd6a301f6a3 (patch) | |
tree | 20be91a98e93f807e78ff519de76ec112f0866f5 /include | |
parent | 149f60b30c947196be4dacb0fba216d72f51bf9f (diff) | |
download | kernel-crypto-ffd099bd33c97db4be698ff8d8733bd6a301f6a3.tar.gz kernel-crypto-ffd099bd33c97db4be698ff8d8733bd6a301f6a3.tar.xz kernel-crypto-ffd099bd33c97db4be698ff8d8733bd6a301f6a3.zip |
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')
-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 758712f1c88..8e1144f4a0b 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 */ |