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@xxxxxxxxxxxxxxxxx> > Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx> > --- > 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