scsi: ufs: rockchip: 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>
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>
master
Andy Shevchenko 2026-03-20 22:56:06 +01:00 committed by Martin K. Petersen
parent 48b2de8505
commit 8ad1ddc50d
1 changed files with 0 additions and 1 deletions

View 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>