public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
@ 2026-03-20 21:56 Andy Shevchenko
  2026-03-23 17:31 ` Bart Van Assche
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Shevchenko @ 2026-03-20 21:56 UTC (permalink / raw)
  To: Shawn Lin, linux-scsi, linux-arm-kernel, linux-rockchip,
	linux-kernel
  Cc: James E.J. Bottomley, Martin K. Petersen, Heiko Stuebner,
	Andy Shevchenko

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>
---
 drivers/ufs/host/ufs-rockchip.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/ufs/host/ufs-rockchip.c b/drivers/ufs/host/ufs-rockchip.c
index 7fff34513a60..bac68f238e1c 100644
--- a/drivers/ufs/host/ufs-rockchip.c
+++ b/drivers/ufs/host/ufs-rockchip.c
@@ -6,7 +6,6 @@
  */
 
 #include <linux/clk.h>
-#include <linux/gpio.h>
 #include <linux/gpio/consumer.h>
 #include <linux/mfd/syscon.h>
 #include <linux/of.h>
-- 
2.50.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-27 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20 21:56 [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include Andy Shevchenko
2026-03-23 17:31 ` Bart Van Assche
2026-03-24  7:31 ` Shawn Lin
2026-03-27 20:28 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox