aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-mips/bug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-mips/bug.h b/include/asm-mips/bug.h
index 3f594b440abc..758712f1c88f 100644
--- a/include/asm-mips/bug.h
+++ b/include/asm-mips/bug.h
@@ -1,6 +1,10 @@
1#ifndef __ASM_BUG_H 1#ifndef __ASM_BUG_H
2#define __ASM_BUG_H 2#define __ASM_BUG_H
3 3
4#include <linux/config.h>
5
6#ifdef CONFIG_BUG
7
4#include <asm/break.h> 8#include <asm/break.h>
5 9
6#ifdef CONFIG_BUG 10#ifdef CONFIG_BUG
@@ -14,3 +18,5 @@ do { \
14#include <asm-generic/bug.h> 18#include <asm-generic/bug.h>
15 19
16#endif 20#endif
21
22#endif /* __ASM_BUG_H */