diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-21 09:58:24 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 07:18:52 +0300 |
commit | 0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f (patch) | |
tree | c48507def64746cba7fd3cae44ebc1a9908d5069 /include/asm-sh/bug.h | |
parent | ea0e1a9a3d73b917226eca751bf369609fa0dc2f (diff) | |
download | linux-0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f.tar.xz |
sh: Fix up generic BUG build for SH-5.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/bug.h')
-rw-r--r-- | include/asm-sh/bug.h | 5 |
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> |