diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2026-03-21 01:08:27 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-03-30 18:36:34 +0300 |
| commit | da6dbbf11c01aba88233c5be247ed2918183b387 (patch) | |
| tree | c9dbaeb92ade2bb223a6888f991def10b23ff968 | |
| parent | 2d2640712455fc1c9a0bab0196404e27cf48d1af (diff) | |
| download | linux-da6dbbf11c01aba88233c5be247ed2918183b387.tar.xz | |
serial: xilinx_uartps: Drop unused include
This driver includes the legacy header <linux/gpio.h> but does
not use any symbols from it. Drop the inclusion.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20260320220827.3237499-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/tty/serial/xilinx_uartps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c index c593d20a1b5b..a072b75dbaf2 100644 --- a/drivers/tty/serial/xilinx_uartps.c +++ b/drivers/tty/serial/xilinx_uartps.c @@ -22,7 +22,6 @@ #include <linux/of.h> #include <linux/module.h> #include <linux/pm_runtime.h> -#include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/delay.h> #include <linux/reset.h> |
