xen: IRQ: Add dev_id parameter to release_irq
authorJulien Grall <julien.grall@linaro.org>
Fri, 16 May 2014 14:40:30 +0000 (15:40 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 21 May 2014 11:48:01 +0000 (12:48 +0100)
commitdf3f46b6cd1ec809b8d70dcdf4d243295747b605
tree5c1b6e7e3a1546c46d8f595b986190e7e0c19243
parentebb398b771a0d205f5cd2e36e98da83b186265cf
xen: IRQ: Add dev_id parameter to release_irq

The new parameter (dev_id) will be used in on ARM to release the right
action when support for multiple action is added.

Even if this function is declared in common code, no one is using it. So it's
safe to modify the prototype also for x86.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/irq.c
xen/arch/x86/irq.c
xen/include/xen/irq.h