genirq: add support for threaded interrupts to devres
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 23 Mar 2009 17:28:16 +0000 (18:28 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 24 Mar 2009 11:15:23 +0000 (12:15 +0100)
commit935bd5b971f0df7c06d214d022cf8392e2f37952
treea9edfeaa4621ce83d0de84f2c7b2ca0f741ede98
parent3aa551c9b4c40018f0e261a178e3d25478dc04a9
genirq: add support for threaded interrupts to devres

Some devices use devres_request_irq() for to install their interrupt
handler. Add support for threaded interrupts to devres as well.

[tglx - simplified and adapted to latest threadirq version]

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/interrupt.h
kernel/irq/devres.c