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

From: Daniel Walker
Date: Tue May 16 2006 - 22:56:06 EST



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 ..

Daniel

-
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/