diff options
Diffstat (limited to 'include/asm-x86/bug.h')
-rw-r--r-- | include/asm-x86/bug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/bug.h b/include/asm-x86/bug.h index fd8bdc639c48..8d477a201392 100644 --- a/include/asm-x86/bug.h +++ b/include/asm-x86/bug.h | |||
@@ -33,9 +33,6 @@ | |||
33 | } while(0) | 33 | } while(0) |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | void out_of_line_bug(void); | ||
37 | #else /* CONFIG_BUG */ | ||
38 | static inline void out_of_line_bug(void) { } | ||
39 | #endif /* !CONFIG_BUG */ | 36 | #endif /* !CONFIG_BUG */ |
40 | 37 | ||
41 | #include <asm-generic/bug.h> | 38 | #include <asm-generic/bug.h> |