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 55e672592fa9..b6a05dd0d10a 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h | |||
| @@ -431,6 +431,9 @@ int gpiochip_irqchip_add_key(struct gpio_chip *gpiochip, | |||
| 431 | bool threaded, | 431 | bool threaded, |
| 432 | struct lock_class_key *lock_key); | 432 | struct lock_class_key *lock_key); |
| 433 | 433 | ||
| 434 | bool gpiochip_irqchip_irq_valid(const struct gpio_chip *gpiochip, | ||
| 435 | unsigned int offset); | ||
| 436 | |||
| 434 | #ifdef CONFIG_LOCKDEP | 437 | #ifdef CONFIG_LOCKDEP |
| 435 | 438 | ||
| 436 | /* | 439 | /* |
