From 3fec90048d3757fa4cedb598ff93d1cae23860e4 Mon Sep 17 00:00:00 2001 From: Jiapeng Chong Date: Mon, 11 Jul 2022 11:40:11 +0800 Subject: [PATCH] regulator: max597x: Remove unused including The patch makes sense but these are not compile warnings. They come from scripts/checkversion.pl, which can be called by 'make versioncheck', so I suppose that something in your build system is running 'make versioncheck'. Eliminate the follow versioncheck warning: ./drivers/regulator/max597x-regulator.c: 21 linux/version.h not needed. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong Link: https://lore.kernel.org/r/20220711034011.46096-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Mark Brown --- drivers/regulator/max597x-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/max597x-regulator.c b/drivers/regulator/max597x-regulator.c index f95acd1..5e09aa4 100644 --- a/drivers/regulator/max597x-regulator.c +++ b/drivers/regulator/max597x-regulator.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include -- 2.7.4