aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-08-17 08:13:37 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2010-10-28 18:28:39 -0400
commitdeb26e92f9494c4da2f3c66a93f3744da96a9cee (patch)
tree0f4d2d4b28ead1b92d21a509b76f07a15a6f046c
parentf337134ff0cfe60fb1e347bc45b8e7190ef90a82 (diff)
gpiolib: Hook up WM8994 gpio_to_irq()
Not sure where this went. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r--drivers/gpio/wm8994-gpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/wm8994-gpio.c b/drivers/gpio/wm8994-gpio.c
index 2ac9a16d3daa..618398e4ed8e 100644
--- a/drivers/gpio/wm8994-gpio.c
+++ b/drivers/gpio/wm8994-gpio.c
@@ -140,6 +140,7 @@ static struct gpio_chip template_chip = {
140 .get = wm8994_gpio_get, 140 .get = wm8994_gpio_get,
141 .direction_output = wm8994_gpio_direction_out, 141 .direction_output = wm8994_gpio_direction_out,
142 .set = wm8994_gpio_set, 142 .set = wm8994_gpio_set,
143 .to_irq = wm8994_gpio_to_irq,
143 .dbg_show = wm8994_gpio_dbg_show, 144 .dbg_show = wm8994_gpio_dbg_show,
144 .can_sleep = 1, 145 .can_sleep = 1,
145}; 146};