diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-01-24 15:38:57 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-24 15:38:57 +0900 |
commit | 29775df10f02f614db870ff4acaf0b07dbed1547 (patch) | |
tree | b033292969f3d52c527473728e1eb4f9c542640a /drivers/sh | |
parent | 5bbda4e4aca4591c85ee53dea157ca5fc9a23306 (diff) | |
download | linux-3.10-29775df10f02f614db870ff4acaf0b07dbed1547.tar.gz linux-3.10-29775df10f02f614db870ff4acaf0b07dbed1547.tar.bz2 linux-3.10-29775df10f02f614db870ff4acaf0b07dbed1547.zip |
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>
Diffstat (limited to 'drivers/sh')
-rw-r--r-- | drivers/sh/intc/chip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sh/intc/chip.c b/drivers/sh/intc/chip.c index 3679645427c..d90cb7e4392 100644 --- a/drivers/sh/intc/chip.c +++ b/drivers/sh/intc/chip.c @@ -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, |