All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] scsi: ufs: Remove duplicated header file inclusion
@ 2021-03-27  2:13 Zhen Lei
  2021-03-28  7:25 ` Avri Altman
  0 siblings, 1 reply; 2+ messages in thread
From: Zhen Lei @ 2021-03-27  2:13 UTC (permalink / raw)
  To: Alim Akhtar, Avri Altman, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi, linux-kernel
  Cc: Zhen Lei

The header file <linux/blkdev.h> is already included above and can be
removed here.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.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 c86760788c72c9a..e8aa7de17d0accd 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>
-- 
1.8.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH 1/1] scsi: ufs: Remove duplicated header file inclusion
  2021-03-27  2:13 [PATCH 1/1] scsi: ufs: Remove duplicated header file inclusion Zhen Lei
@ 2021-03-28  7:25 ` Avri Altman
  0 siblings, 0 replies; 2+ messages in thread
From: Avri Altman @ 2021-03-28  7:25 UTC (permalink / raw)
  To: Zhen Lei, Alim Akhtar, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi, linux-kernel

> 
> The header file <linux/blkdev.h> is already included above and can be
> removed here.
Already removed, see
https://lore.kernel.org/lkml/20210306114706.217873-1-zhang.yunkai@zte.com.cn/

Thanks,
Avri

> 
> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.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 c86760788c72c9a..e8aa7de17d0accd 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>
> --
> 1.8.3
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-28  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27  2:13 [PATCH 1/1] scsi: ufs: Remove duplicated header file inclusion Zhen Lei
2021-03-28  7:25 ` Avri Altman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.