Commit ffd099bd authored by Ralf Baechle's avatar Ralf Baechle

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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 149f60b3
......@@ -15,8 +15,8 @@ do { \
} while (0)
#endif
#include <asm-generic/bug.h>
#endif
#include <asm-generic/bug.h>
#endif /* __ASM_BUG_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment