Re: [PATCH 3/6] powerpc: Remove get_irq_desc()

2009-10-14 Thread Grant Likely
On Tue, Oct 13, 2009 at 11:44 PM, Michael Ellerman wrote: > get_irq_desc() is a powerpc-specific version of irq_to_desc(). That > is reason enough to remove it, but it also doesn't know about sparse > irq_desc support which irq_to_desc() does (when we enable it). > > Signed-off-by: Michael Ellerma

[PATCH 3/6] powerpc: Remove get_irq_desc()

2009-10-13 Thread Michael Ellerman
get_irq_desc() is a powerpc-specific version of irq_to_desc(). That is reason enough to remove it, but it also doesn't know about sparse irq_desc support which irq_to_desc() does (when we enable it). Signed-off-by: Michael Ellerman --- arch/powerpc/include/asm/irq.h |2 - ar