diff mbox series

[thermal:,thermal/next] thermal:ti-soc-thermal: Remove duplicate include in ti-bandgap

Message ID 161598475284.398.16285889390760354167.tip-bot2@tip-bot2
State New
Headers show
Series [thermal:,thermal/next] thermal:ti-soc-thermal: Remove duplicate include in ti-bandgap | expand

Commit Message

thermal-bot for Lad Prabhakar March 17, 2021, 12:39 p.m. UTC
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 mbox series

Patch

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"