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 7258cd676df4..1ba9a331ec51 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h | |||
@@ -436,6 +436,9 @@ int gpiochip_irqchip_add_key(struct gpio_chip *gpiochip, | |||
436 | struct lock_class_key *lock_key, | 436 | struct lock_class_key *lock_key, |
437 | struct lock_class_key *request_key); | 437 | struct lock_class_key *request_key); |
438 | 438 | ||
439 | bool gpiochip_irqchip_irq_valid(const struct gpio_chip *gpiochip, | ||
440 | unsigned int offset); | ||
441 | |||
439 | #ifdef CONFIG_LOCKDEP | 442 | #ifdef CONFIG_LOCKDEP |
440 | 443 | ||
441 | /* | 444 | /* |