[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210306114706.217873-1-zhang.yunkai@zte.com.cn>
Date: Sat, 6 Mar 2021 03:47:06 -0800
From: menglong8.dong@...il.com
To: cang@...eaurora.org
Cc: alim.akhtar@...sung.com, avri.altman@....com, jejb@...ux.ibm.com,
martin.petersen@...cle.com, stanley.chu@...iatek.com,
beanhuo@...ron.com, jaegeuk@...nel.org, asutoshd@...eaurora.org,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
Zhang Yunkai <zhang.yunkai@....com.cn>
Subject: [PATCH] scsi:ufs: remove duplicate include in ufshcd
From: Zhang Yunkai <zhang.yunkai@....com.cn>
'blkdev.h' included in 'ufshcd.c' is duplicated.
It is also included in the 18th line.
Signed-off-by: Zhang Yunkai <zhang.yunkai@....com.cn>
---
drivers/scsi/ufs/ufshcd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c
index 77161750c9fb..9a564b6fd092 100644
--- a/drivers/scsi/ufs/ufshcd.c
+++ b/drivers/scsi/ufs/ufshcd.c
@@ -24,7 +24,6 @@
#include "ufs_bsg.h"
#include "ufshcd-crypto.h"
#include <asm/unaligned.h>
-#include <linux/blkdev.h>
#define CREATE_TRACE_POINTS
#include <trace/events/ufs.h>
--
2.25.1
Powered by blists - more mailing lists