Skip to content

Commit

Permalink
gpiolib: Hook up WM8994 gpio_to_irq()
Browse files Browse the repository at this point in the history
Not sure where this went.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Oct 28, 2010
1 parent f337134 commit deb26e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/wm8994-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit deb26e9

Please sign in to comment.