summaryrefslogtreecommitdiff
path: root/include/asm-sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh')
-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>