Re: [patch 08/18] powerpc: convert obsolete irq_desc_t to struct irq_desc

2009-03-11 Thread Thomas Gleixner
On Wed, 11 Mar 2009, Benjamin Herrenschmidt wrote: > On Wed, 2009-03-11 at 00:45 +, Thomas Gleixner wrote: > > plain text document attachment > > (powerpc-convert-obsolete-irq-desc-t-typedef.patch) > > Impact: cleanup > > > > Convert the last remaining users. > > Ack. This would be more easi

Re: [patch 08/18] powerpc: convert obsolete irq_desc_t to struct irq_desc

2009-03-10 Thread Benjamin Herrenschmidt
On Wed, 2009-03-11 at 00:45 +, Thomas Gleixner wrote: > plain text document attachment > (powerpc-convert-obsolete-irq-desc-t-typedef.patch) > Impact: cleanup > > Convert the last remaining users. Ack. This would be more easily carried in my -next tree if that's ok with you. > Signed-off-by:

[patch 08/18] powerpc: convert obsolete irq_desc_t to struct irq_desc

2009-03-10 Thread Thomas Gleixner
Impact: cleanup Convert the last remaining users. Signed-off-by: Thomas Gleixner CC: Benjamin Herrenschmidt CC: linuxppc-dev@ozlabs.org --- arch/powerpc/kernel/irq.c|4 ++-- arch/powerpc/platforms/iseries/irq.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Index: