[PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
Andy Shevchenko
andriy.shevchenko at linux.intel.com
Fri Mar 20 14:56:06 PDT 2026
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 at 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
More information about the Linux-rockchip
mailing list