diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2026-06-12 11:58:11 +0200 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2026-07-24 20:12:48 +0200 |
| commit | 57f64d52ab5e836a5f3f4ea6fd868941b2d7dcdf (patch) | |
| tree | 79f36390cb6ba9a74b634694072f89b12c313339 | |
| parent | 2e0e536fb61e3c8094d703fe2c45043b674422c5 (diff) | |
| download | linux-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.c | 1 |
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; |
