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

Commit 29775df1 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: intc: Kill off superfluous irq_shutdown hooking.



This already gets handled via disable, as per the notes in linux/irq.h.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 5bbda4e4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -218,7 +218,6 @@ struct irq_chip intc_irq_chip = {
	.irq_mask_ack		= intc_mask_ack,
	.irq_enable		= intc_enable,
	.irq_disable		= intc_disable,
	.irq_shutdown		= intc_disable,
	.irq_set_type		= intc_set_type,
#ifdef CONFIG_SMP
	.irq_set_affinity	= intc_set_affinity,