Re: [PATCH] drivers: scsi: Remove duplicate include of blkdev.h

From: Can Guo
Date: Tue Mar 23 2021 - 00:27:20 EST


On 2021-03-22 20:28, Wan Jiabing wrote:
linux/blkdev.h has been included at line 18, so remove
the duplicate include at line 27.

Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx>
---
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>

Someone has addressed it before you - check https://git.kernel.org/mkp/scsi/c/b4388e3db56a

Can Guo.