aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-04-17 17:11:54 +0000
committerZhang Rui <rui.zhang@intel.com>2013-04-25 00:33:58 +0800
commit25c52afe1c8a50390d822d89c38cd28d4c19bd8a (patch)
treec0de0c37ec24f1abf43950c2fb5d454daaa5616e /drivers/thermal
parentMerge branch 'eduardo-1' of .git into next (diff)
downloadlinux-dev-25c52afe1c8a50390d822d89c38cd28d4c19bd8a.tar.xz
linux-dev-25c52afe1c8a50390d822d89c38cd28d4c19bd8a.zip
thermal: cpu_cooling: remove unused headers
Remove some unused header files. Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Acked-by: Amit Daniel Kachhap <amit.daniel@samsung.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/cpu_cooling.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c
index 768b508f0d69..7950a41ab934 100644
--- a/drivers/thermal/cpu_cooling.c
+++ b/drivers/thermal/cpu_cooling.c
@@ -20,10 +20,8 @@
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
-#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/thermal.h>
-#include <linux/platform_device.h>
#include <linux/cpufreq.h>
#include <linux/err.h>
#include <linux/slab.h>