aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-01-24 15:38:57 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-01-24 15:38:57 +0900
commit29775df10f02f614db870ff4acaf0b07dbed1547 (patch)
treeb033292969f3d52c527473728e1eb4f9c542640a /drivers/sh
parentsh: intc: Prefer IRQCHIP_SKIP_SET_WAKE over a dummy set_wake callback. (diff)
downloadlinux-dev-29775df10f02f614db870ff4acaf0b07dbed1547.tar.xz
linux-dev-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sh/intc/chip.c b/drivers/sh/intc/chip.c
index 3679645427c1..d90cb7e43920 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,