Commit 0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f

Authored by Paul Mundt
1 parent ea0e1a9a3d

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

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

include/asm-sh/bug.h
... ... @@ -72,11 +72,6 @@
72 72 unlikely(__ret_warn_on); \
73 73 })
74 74  
75   -struct pt_regs;
76   -
77   -/* arch/sh/kernel/traps.c */
78   -void handle_BUG(struct pt_regs *);
79   -
80 75 #endif /* CONFIG_GENERIC_BUG */
81 76  
82 77 #include <asm-generic/bug.h>