Skip to content

Commit

Permalink
sh: Fix up generic BUG build for SH-5.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent ea0e1a9 commit 0b2328b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/asm-sh/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0b2328b

Please sign in to comment.