Message ID | 20230901113520.13352-1-brgl@bgdev.pl |
---|---|
State | New |
Headers | show |
Series | gpiolib: remove stray newline in gpio/driver.h | expand |
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h index c312bf3e0369..8f0859ba7065 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h @@ -765,7 +765,6 @@ struct gpio_desc *gpiochip_get_desc(struct gpio_chip *gc, unsigned int hwnum); int gpiochip_lock_as_irq(struct gpio_chip *gc, unsigned int offset); void gpiochip_unlock_as_irq(struct gpio_chip *gc, unsigned int offset); - struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc); #else /* CONFIG_GPIOLIB */