mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
MN10300: Convert obsolete no_irq_type to no_irq_chip
Convert the last remaining users to no_irq_chip. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
df5529297e
commit
91e58b6e95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue