All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine: tegra: Remove unused including <linux/version.h>
@ 2022-04-13  8:38 Jiapeng Chong
  2022-04-20 11:53 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2022-04-13  8:38 UTC (permalink / raw)
  To: ldewangan
  Cc: jonathanh, vkoul, thierry.reding, p.zabel, dmaengine,
	linux-tegra, linux-kernel, Jiapeng Chong, Abaci Robot

Eliminate the follow versioncheck warning:

./drivers/dma/tegra186-gpc-dma.c: 21 linux/version.h not needed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/dma/tegra186-gpc-dma.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/dma/tegra186-gpc-dma.c b/drivers/dma/tegra186-gpc-dma.c
index f12327732041..97fe0e9e9b83 100644
--- a/drivers/dma/tegra186-gpc-dma.c
+++ b/drivers/dma/tegra186-gpc-dma.c
@@ -18,7 +18,6 @@
 #include <linux/platform_device.h>
 #include <linux/reset.h>
 #include <linux/slab.h>
-#include <linux/version.h>
 #include <dt-bindings/memory/tegra186-mc.h>
 #include "virt-dma.h"
 
-- 
2.20.1.7.g153144c


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

* Re: [PATCH] dmaengine: tegra: Remove unused including <linux/version.h>
  2022-04-13  8:38 [PATCH] dmaengine: tegra: Remove unused including <linux/version.h> Jiapeng Chong
@ 2022-04-20 11:53 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2022-04-20 11:53 UTC (permalink / raw)
  To: Jiapeng Chong
  Cc: ldewangan, jonathanh, thierry.reding, p.zabel, dmaengine,
	linux-tegra, linux-kernel, Abaci Robot

On 13-04-22, 16:38, Jiapeng Chong wrote:
> Eliminate the follow versioncheck warning:
> 
> ./drivers/dma/tegra186-gpc-dma.c: 21 linux/version.h not needed.

Applied, thanks

> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
> ---
>  drivers/dma/tegra186-gpc-dma.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/dma/tegra186-gpc-dma.c b/drivers/dma/tegra186-gpc-dma.c
> index f12327732041..97fe0e9e9b83 100644
> --- a/drivers/dma/tegra186-gpc-dma.c
> +++ b/drivers/dma/tegra186-gpc-dma.c
> @@ -18,7 +18,6 @@
>  #include <linux/platform_device.h>
>  #include <linux/reset.h>
>  #include <linux/slab.h>
> -#include <linux/version.h>
>  #include <dt-bindings/memory/tegra186-mc.h>
>  #include "virt-dma.h"
>  
> -- 
> 2.20.1.7.g153144c

-- 
~Vinod

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

end of thread, other threads:[~2022-04-20 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13  8:38 [PATCH] dmaengine: tegra: Remove unused including <linux/version.h> Jiapeng Chong
2022-04-20 11:53 ` Vinod Koul

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.