[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251015151605.71203-1-brgl@bgdev.pl>
Date: Wed, 15 Oct 2025 17:16:05 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: [PATCH] gpio: latch: remove unneeded include
From: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
This driver no longer uses any GPIOLIB internal symbols. We can drop the
gpiolib.h include.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
---
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 c64aaa896766..452a9ce61488 100644
--- a/drivers/gpio/gpio-latch.c
+++ b/drivers/gpio/gpio-latch.c
@@ -48,8 +48,6 @@
#include <linux/property.h>
#include <linux/delay.h>
-#include "gpiolib.h"
-
struct gpio_latch_priv {
struct gpio_chip gc;
struct gpio_descs *clk_gpios;
--
2.48.1
Powered by blists - more mailing lists