Skip to content
Snippets Groups Projects
Commit ffd099bd authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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

parent 149f60b3
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,8 @@ do { \ ...@@ -15,8 +15,8 @@ do { \
} while (0) } while (0)
#endif #endif
#include <asm-generic/bug.h>
#endif #endif
#include <asm-generic/bug.h>
#endif /* __ASM_BUG_H */ #endif /* __ASM_BUG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment