]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: Fix up generic BUG build for SH-5.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 21 Nov 2007 06:58:24 +0000 (15:58 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:52 +0000 (13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/bug.h

index afb1c2723ec751aa02e3dfc75e093da51b511a67..c01718040166e2141fe68357e57fe637e9f20edf 100644 (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>