diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-09-10 14:17:56 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-13 09:26:24 +0200 |
commit | 978620cc4f5577c5139da9d8377849aeac46687a (patch) | |
tree | 6fd0c034f11f461153ffb38aff37776fabcfb0e6 | |
parent | b40c98b1cc770bbbd2453e1e0361092ec0fc5133 (diff) |
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>
-rw-r--r-- | drivers/staging/hikey9xx/hi6421v600-regulator.c | 1 |
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) |