Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: latch: remove unneeded include

This driver no longer uses any GPIOLIB internal symbols. We can drop the
gpiolib.h include.

Link: https://lore.kernel.org/r/20251015151605.71203-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

-2
-2
drivers/gpio/gpio-latch.c
··· 48 48 #include <linux/property.h> 49 49 #include <linux/delay.h> 50 50 51 - #include "gpiolib.h" 52 - 53 51 struct gpio_latch_priv { 54 52 struct gpio_chip gc; 55 53 struct gpio_descs *clk_gpios;