Commit 978620cc authored by YueHaibing's avatar YueHaibing Committed by Greg Kroah-Hartman

staging: regulator: hi6421v600-regulator: Remove unused including <linux/version.h>

Remove including <linux/version.h> that don't need it.
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Reviewed-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/20200910061756.40864-1-yuehaibing@huawei.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b40c98b1
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment