diff mbox series

[1/1] thermal: ti-soc-thermal: Remove duplicated header file inclusion

Message ID 20210327013749.1765-1-thunder.leizhen@huawei.com
State New
Headers show
Series [1/1] thermal: ti-soc-thermal: Remove duplicated header file inclusion | expand

Commit Message

Zhen Lei March 27, 2021, 1:37 a.m. UTC
The header file <linux/of_device.h> is already included above and can be
removed here.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>

---
 drivers/thermal/ti-soc-thermal/ti-bandgap.c | 1 -
 1 file changed, 1 deletion(-)

-- 
1.8.3
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 8a3646e26ddd208..d81af89166d2360 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"