[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210322122847.128375-1-wanjiabing@vivo.com>
Date: Mon, 22 Mar 2021 20:28:43 +0800
From: Wan Jiabing <wanjiabing@...o.com>
To: Alim Akhtar <alim.akhtar@...sung.com>,
Avri Altman <avri.altman@....com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Stanley Chu <stanley.chu@...iatek.com>,
Can Guo <cang@...eaurora.org>, Bean Huo <beanhuo@...ron.com>,
Jaegeuk Kim <jaegeuk@...nel.org>,
Asutosh Das <asutoshd@...eaurora.org>,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: kael_w@...h.net, Wan Jiabing <wanjiabing@...o.com>
Subject: [PATCH] drivers: scsi: Remove duplicate include of blkdev.h
linux/blkdev.h has been included at line 18, so remove
the duplicate include at line 27.
Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
---
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 c86760788c72..e8aa7de17d0a 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