irq: Always define devm_{request_threaded,free}_irq()
authorBen Hutchings <ben@decadent.org.uk>
Sun, 29 Sep 2013 23:53:31 +0000 (00:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2013 14:17:58 +0000 (07:17 -0700)
commitbf47a46dd51af02f27f1ee703fc0e6b1d1ca26bc
tree068b538bb1e0319bbae53de37106548379704656
parent0889e3eb7e561824a554ab7c5092718c844acbe8
irq: Always define devm_{request_threaded,free}_irq()

This is only needed for 3.11, as s390 has now been changed to use the
generic IRQ code upstream.

These functions are currently defined only if CONFIG_GENERIC_HARDIRQS
is enabled.  But they are still needed on s390 which has its own IRQ
management.

References: https://buildd.debian.org/status/fetch.php?pkg=linux&arch=s390&ver=3.11%7Erc4-1%7Eexp1&stamp=1376009959
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
kernel/Makefile
kernel/irq/Makefile