Commit 8de54392 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski

gpiolib: remove stray newline in gpio/driver.h

Fix a double newline in the GPIO provider header.
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
parent 7e12c495
......@@ -764,7 +764,6 @@ void gpiochip_free_own_desc(struct gpio_desc *desc);
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment