OSDN Git Service

thermal:ti-soc-thermal: Remove duplicate include in ti-bandgap
authorZhang Yunkai <zhang.yunkai@zte.com.cn>
Sat, 6 Mar 2021 12:34:15 +0000 (04:34 -0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 10 Mar 2021 12:04:16 +0000 (13:04 +0100)
'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

index 8a3646e..d81af89 100644 (file)
@@ -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"