projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df55292
)
MN10300: Convert obsolete no_irq_type to no_irq_chip
author
Thomas Gleixner
<
[email protected]
>
Thu, 9 Apr 2009 17:18:47 +0000
(18:18 +0100)
committer
Linus Torvalds
<
[email protected]
>
Thu, 9 Apr 2009 17:33:21 +0000
(10:33 -0700)
Convert the last remaining users to no_irq_chip.
Signed-off-by: Thomas Gleixner <
[email protected]
>
Signed-off-by: David Howells <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/mn10300/kernel/irq.c
patch
|
blob
|
history
diff --git
a/arch/mn10300/kernel/irq.c
b/arch/mn10300/kernel/irq.c
index 50fdb5c16e0c34368e4faad479d041b4b4362eb9..4c3c58ef5cda6fe571cbe39a649e8d4ebbfc3ae0 100644
(file)
--- a/
arch/mn10300/kernel/irq.c
+++ b/
arch/mn10300/kernel/irq.c
@@
-140,7
+140,7
@@
void __init init_IRQ(void)
int irq;
for (irq = 0; irq < NR_IRQS; irq++)
- if (irq_desc[irq].chip == &no_irq_
type
)
+ if (irq_desc[irq].chip == &no_irq_
chip
)
/* due to the PIC latching interrupt requests, even
* when the IRQ is disabled, IRQ_PENDING is superfluous
* and we can use handle_level_irq() for edge-triggered