[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4357768675f6adac86059b98e29a78a5@codeaurora.org>
Date: Tue, 23 Mar 2021 12:26:31 +0800
From: Can Guo <cang@...eaurora.org>
To: Wan Jiabing <wanjiabing@...o.com>
Cc: 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>,
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,
kael_w@...h.net
Subject: Re: [PATCH] drivers: scsi: Remove duplicate include of blkdev.h
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@...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>
Someone has addressed it before you - check
https://git.kernel.org/mkp/scsi/c/b4388e3db56a
Can Guo.
Powered by blists - more mailing lists