mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
5bbda4e4ac
commit
29775df10f
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue