|
@@ -140,6 +140,7 @@ static struct gpio_chip template_chip = {
|
|
.get = wm8994_gpio_get,
|
|
.get = wm8994_gpio_get,
|
|
.direction_output = wm8994_gpio_direction_out,
|
|
.direction_output = wm8994_gpio_direction_out,
|
|
.set = wm8994_gpio_set,
|
|
.set = wm8994_gpio_set,
|
|
|
|
+ .to_irq = wm8994_gpio_to_irq,
|
|
.dbg_show = wm8994_gpio_dbg_show,
|
|
.dbg_show = wm8994_gpio_dbg_show,
|
|
.can_sleep = 1,
|
|
.can_sleep = 1,
|
|
};
|
|
};
|