summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Yunkai <zhang.yunkai@zte.com.cn>2021-03-06 04:34:15 -0800
committerDaniel Lezcano <daniel.lezcano@linaro.org>2021-03-10 13:04:16 +0100
commit7440e912b0fe755d80b958a65859ebabb5338cf8 (patch)
treed457635eea7bcf0d9a4870b5b9ca6bf2a171ea5c
parent7fd49ca05be35a85c424a3ca8df931bd70c34535 (diff)
downloadlinux-7440e912b0fe755d80b958a65859ebabb5338cf8.tar.gz
linux-7440e912b0fe755d80b958a65859ebabb5338cf8.tar.bz2
linux-7440e912b0fe755d80b958a65859ebabb5338cf8.zip
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
-rw-r--r--drivers/thermal/ti-soc-thermal/ti-bandgap.c1
1 files changed, 0 insertions, 1 deletions
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"