Re: [PATCH] Missing include in include/asm-powerpc/prom.h

2007-02-05 Thread Paul Mackerras
Mathieu Desnoyers writes: > * Benjamin Herrenschmidt ([EMAIL PROTECTED]) wrote: > > On Mon, 2007-02-05 at 09:29 -0500, Mathieu Desnoyers wrote: > > > Missing include in include/asm-powerpc/prom.h > > > > > > include/asm-powerpc/prom.h needs to include asm/irq.h because it uses > > > irq_of_parse_

Re: [PATCH] Missing include in include/asm-powerpc/prom.h

2007-02-05 Thread Mathieu Desnoyers
* Benjamin Herrenschmidt ([EMAIL PROTECTED]) wrote: > On Mon, 2007-02-05 at 09:29 -0500, Mathieu Desnoyers wrote: > > Missing include in include/asm-powerpc/prom.h > > > > include/asm-powerpc/prom.h needs to include asm/irq.h because it uses > > irq_of_parse_and_map and NO_IRQ. It applies on 2.6.2

Re: [PATCH] Missing include in include/asm-powerpc/prom.h

2007-02-05 Thread Benjamin Herrenschmidt
On Mon, 2007-02-05 at 09:29 -0500, Mathieu Desnoyers wrote: > Missing include in include/asm-powerpc/prom.h > > include/asm-powerpc/prom.h needs to include asm/irq.h because it uses > irq_of_parse_and_map and NO_IRQ. It applies on 2.6.20. I'd rather not do that better to move of_irq_to_resour

[PATCH] Missing include in include/asm-powerpc/prom.h

2007-02-05 Thread Mathieu Desnoyers
Missing include in include/asm-powerpc/prom.h include/asm-powerpc/prom.h needs to include asm/irq.h because it uses irq_of_parse_and_map and NO_IRQ. It applies on 2.6.20. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/include/asm-powerpc/prom.h +++ b/include/asm-powerpc/prom.h @@ -19