aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-21 15:58:24 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:52 +0900
commit0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f (patch)
treec48507def64746cba7fd3cae44ebc1a9908d5069
parentsh: Consolidate Kconfig.sh/Kconfig.sh64. (diff)
downloadlinux-dev-0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f.tar.xz
linux-dev-0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f.zip
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 { \
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>