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 > =================================================================== > --- linux-2.6-tip.orig/arch/powerpc/platforms/ps3/interrupt.c > +++ linux-2.6-tip/arch/powerpc/platforms/ps3/interrupt.c > @@ -152,7 +152,7 @@ static void ps3_chip_eoi(unsigned int vi > */ > > static struct irq_chip ps3_irq_chip = { > - .typename = "ps3", > + .name = "ps3", > .mask = ps3_chip_mask, > .unmask = ps3_chip_unmask, > .eoi = ps3_chip_eoi, This PS3 part looks OK. Acked-by: Geoff Levand <geoffrey.lev...@am.sony.com> _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev