linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MN10300: Convert obsolete no_irq_type to no_irq_chip
@ 2009-04-09 17:18 David Howells
  0 siblings, 0 replies; only message in thread
From: David Howells @ 2009-04-09 17:18 UTC (permalink / raw)
  To: torvalds, akpm
  Cc: linux-am33-list, linux-kernel, Thomas Gleixner, David Howells

From: Thomas Gleixner <tglx@linutronix.de>

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>
---

 arch/mn10300/kernel/irq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/arch/mn10300/kernel/irq.c b/arch/mn10300/kernel/irq.c
index 50fdb5c..4c3c58e 100644
--- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-09 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-09 17:18 [PATCH] MN10300: Convert obsolete no_irq_type to no_irq_chip David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).