All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal:ti-soc-thermal: remove duplicate include in ti-bandgap
@ 2021-03-06 12:34 menglong8.dong
  2021-03-17 12:39 ` [thermal: thermal/next] thermal:ti-soc-thermal: Remove " thermal-bot for Zhang Yunkai
  0 siblings, 1 reply; 2+ messages in thread
From: menglong8.dong @ 2021-03-06 12:34 UTC (permalink / raw)
  To: edubezval
  Cc: j-keerthy, rui.zhang, daniel.lezcano, amitk, linux-pm,
	linux-omap, linux-kernel, Zhang Yunkai

From: Zhang Yunkai <zhang.yunkai@zte.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@zte.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-17 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-06 12:34 [PATCH] thermal:ti-soc-thermal: remove duplicate include in ti-bandgap menglong8.dong
2021-03-17 12:39 ` [thermal: thermal/next] thermal:ti-soc-thermal: Remove " thermal-bot for Zhang Yunkai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.