From 3467e765a59241f8b0e488f4a6ef183547181f35 Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 4 Sep 2014 10:46:04 +0100 Subject: [PATCH] ARM: remove unused do_unexp_fiq() function do_unexp_fiq() has never been called by any code in the last 10 years, it's about time it was removed! Signed-off-by: Russell King --- arch/arm/kernel/traps.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/arm/kernel/traps.c b/arch/arm/kernel/traps.c index 58348631671d..439138d3437e 100644 --- a/arch/arm/kernel/traps.c +++ b/arch/arm/kernel/traps.c @@ -461,12 +461,6 @@ die_sig: arm_notify_die("Oops - undefined instruction", regs, &info, 0, 6); } -asmlinkage void do_unexp_fiq (struct pt_regs *regs) -{ - printk("Hmm. Unexpected FIQ received, but trying to continue\n"); - printk("You may have a hardware problem...\n"); -} - /* * Handle FIQ similarly to NMI on x86 systems. * -- 2.34.1