diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-05-19 13:05:09 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:17 -0400 |
commit | ffd099bd33c97db4be698ff8d8733bd6a301f6a3 (patch) | |
tree | 20be91a98e93f807e78ff519de76ec112f0866f5 /include/asm-mips/bug.h | |
parent | 149f60b30c947196be4dacb0fba216d72f51bf9f (diff) |
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 758712f1c88f..8e1144f4a0b0 100644 --- a/include/asm-mips/bug.h +++ b/include/asm-mips/bug.h | |||
@@ -15,8 +15,8 @@ do { \ | |||
15 | } while (0) | 15 | } while (0) |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | #include <asm-generic/bug.h> | ||
19 | |||
20 | #endif | 18 | #endif |
21 | 19 | ||
20 | #include <asm-generic/bug.h> | ||
21 | |||
22 | #endif /* __ASM_BUG_H */ | 22 | #endif /* __ASM_BUG_H */ |