Re: [patch 39/50] genirq: ARM: Convert omap1 to generic irq handling

From: Ingo Molnar
Date: Wed May 17 2006 - 04:36:41 EST



* Daniel Walker <dwalker@xxxxxxxxxx> wrote:

> The set_wake member in irq_chip structure must have changed ..
>
> In -v3 it's
>
> int (*set_wake)(unsigned int irq, int on);
>
> and in arch/arm/mach-omap1/irq.c that member gets set to
>
> static int omap_wake_irq(unsigned int irq, unsigned int enable)
>
> this is from 2.6.17-rc4 so it's likely in some level of flux either in
> the generic irq patch or the omap tree ..

indeed - it's flux from -v4 cleanups. I have changed it back to
'unsigned int on'.

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/