Fix build for CONFIG_BUG=n. Yes, bugs are now a compile time option ;-)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2005-05-19 17:05:09 +00:00
parent 149f60b30c
commit ffd099bd33

View File

@ -15,8 +15,8 @@ do { \
} while (0)
#endif
#include <asm-generic/bug.h>
#endif
#include <asm-generic/bug.h>
#endif /* __ASM_BUG_H */