aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hikey9xx
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-09-10 14:17:56 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-09-13 09:26:24 +0200
commit978620cc4f5577c5139da9d8377849aeac46687a (patch)
tree6fd0c034f11f461153ffb38aff37776fabcfb0e6 /drivers/staging/hikey9xx
parentstaging: mt7621-pci: Update driver TODO file (diff)
downloadlinux-dev-978620cc4f5577c5139da9d8377849aeac46687a.tar.xz
linux-dev-978620cc4f5577c5139da9d8377849aeac46687a.zip
staging: regulator: hi6421v600-regulator: Remove unused including <linux/version.h>
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>
Diffstat (limited to 'drivers/staging/hikey9xx')
-rw-r--r--drivers/staging/hikey9xx/hi6421v600-regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/hikey9xx/hi6421v600-regulator.c b/drivers/staging/hikey9xx/hi6421v600-regulator.c
index 82635ff54a74..614b03c9ddfb 100644
--- a/drivers/staging/hikey9xx/hi6421v600-regulator.c
+++ b/drivers/staging/hikey9xx/hi6421v600-regulator.c
@@ -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)