From 57f64d52ab5e836a5f3f4ea6fd868941b2d7dcdf Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Fri, 12 Jun 2026 11:58:11 +0200 Subject: [PATCH] gpib: gpio: replace linux/gpio.h inclusion linux/gpio.h is going away, so remove taht as the driver already includes linux/gpio/consumer.h. Acked-by: Bartosz Golaszewski Reviewed-by: Linus Walleij Signed-off-by: Arnd Bergmann --- drivers/gpib/gpio/gpib_bitbang.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpib/gpio/gpib_bitbang.c b/drivers/gpib/gpio/gpib_bitbang.c index 0e227980b493..34d14b94a0b8 100644 --- a/drivers/gpib/gpio/gpib_bitbang.c +++ b/drivers/gpib/gpio/gpib_bitbang.c @@ -64,7 +64,6 @@ #include #include #include -#include #include static int sn7516x_used = 1, sn7516x;