From: Paul Mundt Date: Wed, 21 Nov 2007 06:58:24 +0000 (+0900) Subject: sh: Fix up generic BUG build for SH-5. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f;p=deliverable%2Flinux.git sh: Fix up generic BUG build for SH-5. Signed-off-by: Paul Mundt --- 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