Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b2328bb authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up generic BUG build for SH-5.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent ea0e1a9a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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>