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

* [thermal: thermal/next] thermal:ti-soc-thermal: Remove duplicate include in ti-bandgap
  2021-03-06 12:34 [PATCH] thermal:ti-soc-thermal: remove duplicate include in ti-bandgap menglong8.dong
@ 2021-03-17 12:39 ` thermal-bot for Zhang Yunkai
  0 siblings, 0 replies; 2+ messages in thread
From: thermal-bot for Zhang Yunkai @ 2021-03-17 12:39 UTC (permalink / raw)
  To: linux-pm; +Cc: Zhang Yunkai, Daniel Lezcano, rui.zhang, amitk

The following commit has been merged into the thermal/next branch of thermal:

Commit-ID:     7440e912b0fe755d80b958a65859ebabb5338cf8
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//7440e912b0fe755d80b958a65859ebabb5338cf8
Author:        Zhang Yunkai <zhang.yunkai@zte.com.cn>
AuthorDate:    Sat, 06 Mar 2021 04:34:15 -08:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Wed, 10 Mar 2021 13:04:16 +01:00

thermal:ti-soc-thermal: Remove duplicate include in ti-bandgap

'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>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210306123415.219441-1-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 8a3646e..d81af89 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"
 

^ 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.