diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/gpio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/gpio.h b/include/linux/gpio.h index 7ba2762abbc9..99861c65dd8b 100644 --- a/include/linux/gpio.h +++ b/include/linux/gpio.h | |||
| @@ -233,7 +233,8 @@ static inline int irq_to_gpio(unsigned irq) | |||
| 233 | 233 | ||
| 234 | static inline int | 234 | static inline int |
| 235 | gpiochip_add_pin_range(struct gpio_chip *chip, const char *pinctl_name, | 235 | gpiochip_add_pin_range(struct gpio_chip *chip, const char *pinctl_name, |
| 236 | unsigned int pin_base, unsigned int npins) | 236 | unsigned int offset, unsigned int pin_base, |
| 237 | unsigned int npins) | ||
| 237 | { | 238 | { |
| 238 | WARN_ON(1); | 239 | WARN_ON(1); |
| 239 | return -EINVAL; | 240 | return -EINVAL; |
