Skip to content

Commit

Permalink
sh: intc: Kill off superfluous irq_shutdown hooking.
Browse files Browse the repository at this point in the history
This already gets handled via disable, as per the notes in linux/irq.h.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 24, 2012
1 parent 5bbda4e commit 29775df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/sh/intc/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 29775df

Please sign in to comment.