diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-09-14 22:25:18 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-09-30 16:25:22 +0100 |
commit | d38eac299151e4715c3b22e0253126440fa513b4 (patch) | |
tree | a77e2ae84adad95ba607642de0dcbb2d6be0b417 /drivers/mfd/mt6360-core.c | |
parent | 8ce24f8967df2836b4557a23e74dc4bb098249f1 (diff) | |
download | linux-d38eac299151e4715c3b22e0253126440fa513b4.tar.bz2 |
mfd: mt6360: Remove unused include <linux/version.h>
This file does not make use of it.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/mt6360-core.c')
-rw-r--r-- | drivers/mfd/mt6360-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/mt6360-core.c b/drivers/mfd/mt6360-core.c index e9cacc27d980..4661c1b29a72 100644 --- a/drivers/mfd/mt6360-core.c +++ b/drivers/mfd/mt6360-core.c @@ -13,7 +13,6 @@ #include <linux/module.h> #include <linux/of_irq.h> #include <linux/of_platform.h> -#include <linux/version.h> #include <linux/mfd/mt6360.h> |