Re: [patch] powerpc: Fixup last users of irq_chip->typename - V2

2009-11-19 Thread Geoff Levand
On 11/19/2009 01:44 AM, 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. > Index: linux-2.6-tip/arch/powerpc/platforms/ps3/interrupt.c > =

[patch] powerpc: Fixup last users of irq_chip->typename - V2

2009-11-19 Thread Thomas Gleixner
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 Cc: Benjamin Herrenschmidt Cc: linuxppc-...@ozlabs.org --- arch/powerpc/kernel/irq.c |6 +++--- arch/pow