]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: max597x: Remove unused including <linux/version.h>
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 11 Jul 2022 03:40:11 +0000 (11:40 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 11 Jul 2022 11:06:31 +0000 (12:06 +0100)
commitfecf00cde582949a85d05cd9045796f8e9f6117e
treebd412c1ae8cda1301994928076473b09bcccfd8a
parentfc4769aa9c208c08e17b5f3392df989499117484
regulator: max597x: Remove unused including <linux/version.h>

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 <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220711034011.46096-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max597x-regulator.c