Browse Source

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

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 years ago
parent
commit
0b2328bbc0
1 changed files with 0 additions and 5 deletions
  1. 0 5
      include/asm-sh/bug.h

+ 0 - 5
include/asm-sh/bug.h

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