summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt2007-11-21 07:58:24 +0100
committerPaul Mundt2008-01-28 05:18:52 +0100
commit0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f (patch)
treec48507def64746cba7fd3cae44ebc1a9908d5069 /include
parentsh: Consolidate Kconfig.sh/Kconfig.sh64. (diff)
downloadkernel-qcow2-linux-0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f.tar.gz
kernel-qcow2-linux-0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f.tar.xz
kernel-qcow2-linux-0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f.zip
sh: Fix up generic BUG build for SH-5.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-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>