staging: regulator: hi6421v600-regulator: Remove unused including <linux/version.h>
authorYueHaibing <yuehaibing@huawei.com>
Thu, 10 Sep 2020 06:17:56 +0000 (14:17 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2020 07:26:24 +0000 (09:26 +0200)
Remove including <linux/version.h> that don't need it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/20200910061756.40864-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/hikey9xx/hi6421v600-regulator.c

index 82635ff..614b03c 100644 (file)
@@ -36,7 +36,6 @@
 #include <linux/spmi.h>
 #include <linux/time.h>
 #include <linux/uaccess.h>
-#include <linux/version.h>
 
 #define rdev_dbg(rdev, fmt, arg...)    \
                 pr_debug("%s: %s: " fmt, (rdev)->desc->name, __func__, ##arg)