From: Zhang Yunkai <[email protected]>
'blkdev.h' included in 'ufshcd.c' is duplicated.
It is also included in the 18th line.
Signed-off-by: Zhang Yunkai <[email protected]>
---
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
On Sat, 2021-03-06 at 03:47 -0800, [email protected] wrote:
> From: Zhang Yunkai <[email protected]>
>
>
>
> 'blkdev.h' included in 'ufshcd.c' is duplicated.
>
> It is also included in the 18th line.
>
>
>
> Signed-off-by: Zhang Yunkai <[email protected]>
Reviewed-by: Bean Huo <[email protected]>
> 'blkdev.h' included in 'ufshcd.c' is duplicated. It is also included
> in the 18th line.
Applied to 5.13/scsi-staging, thanks!
--
Martin K. Petersen Oracle Linux Engineering
On Sat, 6 Mar 2021 03:47:06 -0800, [email protected] wrote:
> 'blkdev.h' included in 'ufshcd.c' is duplicated.
> It is also included in the 18th line.
Applied to 5.13/scsi-queue, thanks!
[1/1] scsi:ufs: remove duplicate include in ufshcd
https://git.kernel.org/mkp/scsi/c/b4388e3db56a
--
Martin K. Petersen Oracle Linux Engineering