summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2026-06-12 11:58:11 +0200
committerArnd Bergmann <arnd@arndb.de>2026-07-24 20:12:48 +0200
commit57f64d52ab5e836a5f3f4ea6fd868941b2d7dcdf (patch)
tree79f36390cb6ba9a74b634694072f89b12c313339
parent2e0e536fb61e3c8094d703fe2c45043b674422c5 (diff)
downloadlinux-next-57f64d52ab5e836a5f3f4ea6fd868941b2d7dcdf.tar.gz
linux-next-57f64d52ab5e836a5f3f4ea6fd868941b2d7dcdf.zip
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 <bartosz.golaszewski@oss.qualcomm.com> Reviewed-by: Linus Walleij <linusw@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--drivers/gpib/gpio/gpib_bitbang.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/gpio/consumer.h>
#include <linux/gpio/driver.h>
#include <linux/gpio/machine.h>
-#include <linux/gpio.h>
#include <linux/irq.h>
static int sn7516x_used = 1, sn7516x;