diff options
Diffstat (limited to 'include/asm-generic/gpio.h')
-rw-r--r-- | include/asm-generic/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h index 8c8621097fa..6b10bdc105d 100644 --- a/include/asm-generic/gpio.h +++ b/include/asm-generic/gpio.h | |||
@@ -135,6 +135,7 @@ struct gpio_chip { | |||
135 | 135 | ||
136 | extern const char *gpiochip_is_requested(struct gpio_chip *chip, | 136 | extern const char *gpiochip_is_requested(struct gpio_chip *chip, |
137 | unsigned offset); | 137 | unsigned offset); |
138 | extern struct gpio_chip *gpio_to_chip(unsigned gpio); | ||
138 | extern int __must_check gpiochip_reserve(int start, int ngpio); | 139 | extern int __must_check gpiochip_reserve(int start, int ngpio); |
139 | 140 | ||
140 | /* add/remove chips */ | 141 | /* add/remove chips */ |