aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/bug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/bug.h')
-rw-r--r--include/asm-x86/bug.h3
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 @@
} while(0)
#endif
-void out_of_line_bug(void);
-#else /* CONFIG_BUG */
-static inline void out_of_line_bug(void) { }
#endif /* !CONFIG_BUG */
#include <asm-generic/bug.h>