diff mbox series

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

Message ID 20210306123415.219441-1-zhang.yunkai@zte.com.cn (mailing list archive)
State New, archived
Delegated to: Daniel Lezcano
Headers show
Series thermal:ti-soc-thermal: remove duplicate include in ti-bandgap | expand

Commit Message

Menglong Dong March 6, 2021, 12:34 p.m. UTC
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 mbox series

Patch

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"