aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/of-thermal.c
diff options
context:
space:
mode:
authorPravin Shedge <pravin.shedge4linux@gmail.com>2017-12-06 22:10:05 +0530
committerZhang Rui <rui.zhang@intel.com>2017-12-27 10:09:05 +0800
commiteb42612f95d41fcc7644754f60c3d2b30153bc75 (patch)
treed22f53bdcc6093a8a826bcf6385433eef5e186b7 /drivers/thermal/of-thermal.c
parentLinux 4.15-rc5 (diff)
downloadlinux-dev-eb42612f95d41fcc7644754f60c3d2b30153bc75.tar.xz
linux-dev-eb42612f95d41fcc7644754f60c3d2b30153bc75.zip
drivers: thermal: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/of-thermal.c')
-rw-r--r--drivers/thermal/of-thermal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of-thermal.c
index d04ec3b9e5ff..e09f0354a4bc 100644
--- a/drivers/thermal/of-thermal.c
+++ b/drivers/thermal/of-thermal.c
@@ -30,7 +30,6 @@
#include <linux/err.h>
#include <linux/export.h>
#include <linux/string.h>
-#include <linux/thermal.h>
#include "thermal_core.h"