Skip to content

Commit

Permalink
Fix build for CONFIG_BUG=n. Yes, bugs are now a compile time option ;-)
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 149f60b commit ffd099b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-mips/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ do { \
} while (0)
#endif

#include <asm-generic/bug.h>

#endif

#include <asm-generic/bug.h>

#endif /* __ASM_BUG_H */

0 comments on commit ffd099b

Please sign in to comment.