Commit b4388e3d authored by Zhang Yunkai's avatar Zhang Yunkai Committed by Martin K. Petersen

scsi: ufs: Remove duplicate include in ufshcd

'blkdev.h' included in 'ufshcd.c' is included twice.

Link: https://lore.kernel.org/r/20210306114706.217873-1-zhang.yunkai@zte.com.cnReviewed-by: default avatarBean Huo <beanhuo@micron.com>
Signed-off-by: default avatarZhang Yunkai <zhang.yunkai@zte.com.cn>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 014ace23
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include "ufs_bsg.h" #include "ufs_bsg.h"
#include "ufshcd-crypto.h" #include "ufshcd-crypto.h"
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include <linux/blkdev.h>
#define CREATE_TRACE_POINTS #define CREATE_TRACE_POINTS
#include <trace/events/ufs.h> #include <trace/events/ufs.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment