Messages in this thread Patch in this message |  | | From | YueHaibing <> | Subject | [PATCH -next] mfd: mt6360: Remove unused including <linux/version.h> | Date | Mon, 14 Sep 2020 22:25:18 +0800 |
| |
Remove including <linux/version.h> that don't need it.
Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- drivers/mfd/mt6360-core.c | 1 - 1 file changed, 1 deletion(-)
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> -- 2.17.1
|  |