x86: nuke a ton of unused exports

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Thomas Gleixner
2008-01-30 13:30:28 +01:00
committed by Ingo Molnar
parent a72368dd37
commit 3abf024d2a
12 changed files with 1 additions and 22 deletions

View File

@ -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>