From: Jiapeng Chong Date: Wed, 13 Apr 2022 08:38:42 +0000 (+0800) Subject: dmaengine: tegra: Remove unused including X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=96144c8fb3921aa8f02ecac2129d30fa36f93ccb;p=linux.git dmaengine: tegra: Remove unused including Eliminate the follow versioncheck warning: ./drivers/dma/tegra186-gpc-dma.c: 21 linux/version.h not needed. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong Link: https://lore.kernel.org/r/20220413083842.69845-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/tegra186-gpc-dma.c b/drivers/dma/tegra186-gpc-dma.c index f12327732041d..97fe0e9e9b834 100644 --- a/drivers/dma/tegra186-gpc-dma.c +++ b/drivers/dma/tegra186-gpc-dma.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include "virt-dma.h"