public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 05/13] sh: Fixup last users of irq_chip->typename
       [not found] <20091117224852.846805939@linutronix.de>
@ 2009-11-17 22:50 ` Thomas Gleixner
  2009-11-18  1:52   ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Gleixner @ 2009-11-17 22:50 UTC (permalink / raw)
  To: LKML; +Cc: Ingo Molnar, Paul Mundt, linux-sh

The typename member of struct irq_chip was kept for migration purposes
and is obsolete since more than 2 years. Fix up the leftovers.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: linux-sh@vger.kernel.org
---
 arch/sh/kernel/cpu/irq/imask.c    |    2 +-
 arch/sh/kernel/cpu/irq/intc-sh5.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6/arch/sh/kernel/cpu/irq/imask.c
=================================--- linux-2.6.orig/arch/sh/kernel/cpu/irq/imask.c
+++ linux-2.6/arch/sh/kernel/cpu/irq/imask.c
@@ -68,7 +68,7 @@ static void unmask_imask_irq(unsigned in
 }
 
 static struct irq_chip imask_irq_chip = {
-	.typename	= "SR.IMASK",
+	.name		= "SR.IMASK",
 	.mask		= mask_imask_irq,
 	.unmask		= unmask_imask_irq,
 	.mask_ack	= mask_imask_irq,
Index: linux-2.6/arch/sh/kernel/cpu/irq/intc-sh5.c
=================================--- linux-2.6.orig/arch/sh/kernel/cpu/irq/intc-sh5.c
+++ linux-2.6/arch/sh/kernel/cpu/irq/intc-sh5.c
@@ -85,7 +85,7 @@ static void mask_and_ack_intc(unsigned i
 static void end_intc_irq(unsigned int irq);
 
 static struct irq_chip intc_irq_type = {
-	.typename = "INTC",
+	.name = "INTC",
 	.startup = startup_intc_irq,
 	.shutdown = shutdown_intc_irq,
 	.enable = enable_intc_irq,



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch 05/13] sh: Fixup last users of irq_chip->typename
  2009-11-17 22:50 ` [patch 05/13] sh: Fixup last users of irq_chip->typename Thomas Gleixner
@ 2009-11-18  1:52   ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-11-18  1:52 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML, Ingo Molnar, linux-sh

On Tue, Nov 17, 2009 at 10:50:45PM -0000, Thomas Gleixner wrote:
> The typename member of struct irq_chip was kept for migration purposes
> and is obsolete since more than 2 years. Fix up the leftovers.
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Paul Mundt <lethal@linux-sh.org>
> Cc: linux-sh@vger.kernel.org

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-18  1:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20091117224852.846805939@linutronix.de>
2009-11-17 22:50 ` [patch 05/13] sh: Fixup last users of irq_chip->typename Thomas Gleixner
2009-11-18  1:52   ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox