diff --git a/include/asm-sh/bug.h b/include/asm-sh/bug.h index afb1c2723ec751aa02e3dfc75e093da51b511a67..c01718040166e2141fe68357e57fe637e9f20edf 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