aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpio/gpiolib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c
index 961b5da38bb9..86dcd02cf602 100644
--- a/drivers/gpio/gpiolib.c
+++ b/drivers/gpio/gpiolib.c
@@ -1940,7 +1940,7 @@ EXPORT_SYMBOL_GPL(gpiochip_irqchip_add_key);
1940#else /* CONFIG_GPIOLIB_IRQCHIP */ 1940#else /* CONFIG_GPIOLIB_IRQCHIP */
1941 1941
1942static inline int gpiochip_add_irqchip(struct gpio_chip *gpiochip, 1942static inline int gpiochip_add_irqchip(struct gpio_chip *gpiochip,
1943 struct lock_dep_class *lock_key) 1943 struct lock_class_key *key)
1944{ 1944{
1945 return 0; 1945 return 0;
1946} 1946}