On Tue, Feb 10, 2009 at 06:08:36PM +0200, Felipe Balbi wrote: > you should use IRQ_TYPE_EDGE_RISING, IRQ_TYPE_EDGE_FALLING, etc. They > are defined in <linux/irq.h> Actually, no you shouldn't. IRQF_ definitions (in linux/interrupt.h) are for drivers and the like. linux/irq.h contains just one possible IRQ system implementation but is not implemented by all Linux architectures. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html