mfd: Convert wm8350 IRQ handlers to irq_handler_t
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 4 Nov 2009 16:10:51 +0000 (16:10 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 13 Dec 2009 18:21:39 +0000 (19:21 +0100)
commit5a65edbc12b6b34ef912114f1fc8215786f85b25
treeffe43bd1234b52ad1c3774b096a51594aabe49ad
parentb9f96b5dcb1e2a75d142e481b77805ffdc6ccea6
mfd: Convert wm8350 IRQ handlers to irq_handler_t

This is done as simple code transformation, the semantics of the
IRQ API provided by the core are are still very different to those
of genirq (mainly with regard to masking).

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm8350-irq.c
drivers/power/wm8350_power.c
drivers/regulator/wm8350-regulator.c
drivers/rtc/rtc-wm8350.c
include/linux/mfd/wm8350/core.h
sound/soc/codecs/wm8350.c