mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
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:
parent
149f60b30c
commit
ffd099bd33
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ do { \
|
|||
} while (0)
|
||||
#endif
|
||||
|
||||
#include <asm-generic/bug.h>
|
||||
|
||||
#endif
|
||||
|
||||
#include <asm-generic/bug.h>
|
||||
|
||||
#endif /* __ASM_BUG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue