projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
149f60b
)
Fix build for CONFIG_BUG=n. Yes, bugs are now a compile time option ;-)
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 19 May 2005 17:05:09 +0000
(17:05 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:17 +0000
(19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/bug.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/bug.h
b/include/asm-mips/bug.h
index 758712f1c88f8767016a477351aacb97735f47d8..8e1144f4a0b0141c1be789295ddcf3af66ac532d 100644
(file)
--- a/
include/asm-mips/bug.h
+++ b/
include/asm-mips/bug.h
@@
-15,8
+15,8
@@
do { \
} while (0)
#endif
-#include <asm-generic/bug.h>
-
#endif
+#include <asm-generic/bug.h>
+
#endif /* __ASM_BUG_H */