X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fgpio%2Fwm8994-gpio.c;h=618398e4ed8e2792a6336a53d4c4fe8822968c53;hb=3251627c943f1cfc5bfad7c38d4e8d85cf44c6d8;hp=2ac9a16d3daa9723dd9f2c34b6d774c62392dd58;hpb=b74b953b998bcc2db91b694446f3a2619ec32de6;p=mv-sheeva.git diff --git a/drivers/gpio/wm8994-gpio.c b/drivers/gpio/wm8994-gpio.c index 2ac9a16d3da..618398e4ed8 100644 --- a/drivers/gpio/wm8994-gpio.c +++ b/drivers/gpio/wm8994-gpio.c @@ -140,6 +140,7 @@ static struct gpio_chip template_chip = { .get = wm8994_gpio_get, .direction_output = wm8994_gpio_direction_out, .set = wm8994_gpio_set, + .to_irq = wm8994_gpio_to_irq, .dbg_show = wm8994_gpio_dbg_show, .can_sleep = 1, };