projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bbda4e
)
sh: intc: Kill off superfluous irq_shutdown hooking.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 Jan 2012 06:38:57 +0000
(15:38 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 Jan 2012 06:38:57 +0000
(15:38 +0900)
This already gets handled via disable, as per the notes in linux/irq.h.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/intc/chip.c
patch
|
blob
|
history
diff --git
a/drivers/sh/intc/chip.c
b/drivers/sh/intc/chip.c
index
3679645
..
d90cb7e
100644
(file)
--- 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,