diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-06 22:10:05 +0530 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-12-27 10:09:05 +0800 |
commit | eb42612f95d41fcc7644754f60c3d2b30153bc75 (patch) | |
tree | d22f53bdcc6093a8a826bcf6385433eef5e186b7 /drivers/thermal | |
parent | 464e1d5f23cca236b930ef068c328a64cab78fb1 (diff) | |
download | linux-eb42612f95d41fcc7644754f60c3d2b30153bc75.tar.bz2 |
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')
-rw-r--r-- | drivers/thermal/of-thermal.c | 1 |
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" |