Skip to content

Commit da6dbbf

Browse files
andy-shevgregkh
authored andcommitted
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>
1 parent 2d26407 commit da6dbbf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/tty/serial/xilinx_uartps.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <linux/of.h>
2323
#include <linux/module.h>
2424
#include <linux/pm_runtime.h>
25-
#include <linux/gpio.h>
2625
#include <linux/gpio/consumer.h>
2726
#include <linux/delay.h>
2827
#include <linux/reset.h>

0 commit comments

Comments
 (0)