]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
scsi: ufs: rockchip: Drop unused include
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 20 Mar 2026 21:56:06 +0000 (22:56 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 27 Mar 2026 20:26:57 +0000 (16:26 -0400)
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>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
Link: https://patch.msgid.link/20260320215606.3236516-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/host/ufs-rockchip.c

index 7fff34513a606eeb48dfc79c23614aba8221028e..bac68f238e1c4ffc98c07883b08f80f27e90009f 100644 (file)
@@ -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>