From: Pravin Shedge Date: Wed, 6 Dec 2017 16:40:05 +0000 (+0530) Subject: drivers: thermal: remove duplicate includes X-Git-Tag: v4.16-rc1~55^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb42612f95d41fcc7644754f60c3d2b30153bc75;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Zhang Rui --- diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of-thermal.c index d04ec3b9e5ff2..e09f0354a4bc3 100644 --- a/drivers/thermal/of-thermal.c +++ b/drivers/thermal/of-thermal.c @@ -30,7 +30,6 @@ #include #include #include -#include #include "thermal_core.h"