From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756944AbZCKAw0 (ORCPT ); Tue, 10 Mar 2009 20:52:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755249AbZCKAri (ORCPT ); Tue, 10 Mar 2009 20:47:38 -0400 Received: from www.tglx.de ([62.245.132.106]:40122 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755243AbZCKArh (ORCPT ); Tue, 10 Mar 2009 20:47:37 -0400 Message-Id: <20090311003235.677690312@linutronix.de> User-Agent: quilt/0.47-1 Date: Wed, 11 Mar 2009 00:45:32 -0000 From: Thomas Gleixner To: LKML Cc: Andrew Morton , Ingo Molnar , David Howells Subject: [patch 03/18] mn10300: convert obsolete no_irq_type to no_irq_chip References: <20090311003204.592133594@linutronix.de> Content-Disposition: inline; filename=mn10300-convert-obsolete-no-irq-type.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org convert the last remaining users to no_irq_chip Signed-off-by: Thomas Gleixner CC: David Howells --- arch/mn10300/kernel/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/arch/mn10300/kernel/irq.c =================================================================== --- linux-2.6.orig/arch/mn10300/kernel/irq.c +++ linux-2.6/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