提交 29775df1 编写于 作者: P Paul Mundt

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: NPaul Mundt <lethal@linux-sh.org>
上级 5bbda4e4
...@@ -218,7 +218,6 @@ struct irq_chip intc_irq_chip = { ...@@ -218,7 +218,6 @@ struct irq_chip intc_irq_chip = {
.irq_mask_ack = intc_mask_ack, .irq_mask_ack = intc_mask_ack,
.irq_enable = intc_enable, .irq_enable = intc_enable,
.irq_disable = intc_disable, .irq_disable = intc_disable,
.irq_shutdown = intc_disable,
.irq_set_type = intc_set_type, .irq_set_type = intc_set_type,
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
.irq_set_affinity = intc_set_affinity, .irq_set_affinity = intc_set_affinity,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册