[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210306123415.219441-1-zhang.yunkai@zte.com.cn>
Date: Sat, 6 Mar 2021 04:34:15 -0800
From: menglong8.dong@...il.com
To: edubezval@...il.com
Cc: j-keerthy@...com, rui.zhang@...el.com, daniel.lezcano@...aro.org,
amitk@...nel.org, linux-pm@...r.kernel.org,
linux-omap@...r.kernel.org, linux-kernel@...r.kernel.org,
Zhang Yunkai <zhang.yunkai@....com.cn>
Subject: [PATCH] thermal:ti-soc-thermal: remove duplicate include in ti-bandgap
From: Zhang Yunkai <zhang.yunkai@....com.cn>
'of_device.h' included in 'ti-bandgap.c' is duplicated.
It is also included in the 25th line.
Signed-off-by: Zhang Yunkai <zhang.yunkai@....com.cn>
---
drivers/thermal/ti-soc-thermal/ti-bandgap.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c
index 8a3646e26ddd..d81af89166d2 100644
--- a/drivers/thermal/ti-soc-thermal/ti-bandgap.c
+++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c
@@ -32,7 +32,6 @@
#include <linux/pm_runtime.h>
#include <linux/pm.h>
#include <linux/of.h>
-#include <linux/of_device.h>
#include "ti-bandgap.h"
--
2.25.1
Powered by blists - more mailing lists