aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-21 01:58:24 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:52 -0500
commit0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f (patch)
treec48507def64746cba7fd3cae44ebc1a9908d5069
parentea0e1a9a3d73b917226eca751bf369609fa0dc2f (diff)
sh: Fix up generic BUG build for SH-5.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--include/asm-sh/bug.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-sh/bug.h b/include/asm-sh/bug.h
index afb1c2723ec7..c01718040166 100644
--- a/include/asm-sh/bug.h
+++ b/include/asm-sh/bug.h
@@ -72,11 +72,6 @@ do { \
72 unlikely(__ret_warn_on); \ 72 unlikely(__ret_warn_on); \
73}) 73})
74 74
75struct pt_regs;
76
77/* arch/sh/kernel/traps.c */
78void handle_BUG(struct pt_regs *);
79
80#endif /* CONFIG_GENERIC_BUG */ 75#endif /* CONFIG_GENERIC_BUG */
81 76
82#include <asm-generic/bug.h> 77#include <asm-generic/bug.h>