From d09ec3dc7fea7b2f5f5a159470d43cced39e994d Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 15 Oct 2025 17:16:05 +0200 Subject: [PATCH] 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 --- drivers/gpio/gpio-latch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpio/gpio-latch.c b/drivers/gpio/gpio-latch.c index c64aaa8967666..452a9ce614887 100644 --- a/drivers/gpio/gpio-latch.c +++ b/drivers/gpio/gpio-latch.c @@ -48,8 +48,6 @@ #include #include -#include "gpiolib.h" - struct gpio_latch_priv { struct gpio_chip gc; struct gpio_descs *clk_gpios; -- 2.47.3