sh: Fix up generic BUG build for SH-5.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2007-11-21 15:58:24 +09:00
parent ea0e1a9a3d
commit 0b2328bbc0

View file

@ -72,11 +72,6 @@ do { \
unlikely(__ret_warn_on); \
})
struct pt_regs;
/* arch/sh/kernel/traps.c */
void handle_BUG(struct pt_regs *);
#endif /* CONFIG_GENERIC_BUG */
#include <asm-generic/bug.h>