diff options
Diffstat (limited to 'include/linux/gpio/driver.h')
-rw-r--r-- | include/linux/gpio/driver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h index 1aed31c5ffba..d1baebf350d8 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h | |||
@@ -206,6 +206,9 @@ int _gpiochip_irqchip_add(struct gpio_chip *gpiochip, | |||
206 | 206 | ||
207 | #endif /* CONFIG_GPIOLIB_IRQCHIP */ | 207 | #endif /* CONFIG_GPIOLIB_IRQCHIP */ |
208 | 208 | ||
209 | int gpiochip_generic_request(struct gpio_chip *chip, unsigned offset); | ||
210 | void gpiochip_generic_free(struct gpio_chip *chip, unsigned offset); | ||
211 | |||
209 | #ifdef CONFIG_PINCTRL | 212 | #ifdef CONFIG_PINCTRL |
210 | 213 | ||
211 | /** | 214 | /** |