diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-05 09:44:54 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-19 11:51:23 (GMT) |
commit | 040f30f34f4ac6fe226992962b1f4b789a7aa551 (patch) | |
tree | 7566a84cdb42f568ca2d0c69db57ed697c65451d | |
parent | cc014f3e29e15140e35e14fa194034baee92df2a (diff) | |
download | linux-040f30f34f4ac6fe226992962b1f4b789a7aa551.tar.xz |
thermal/exynos: remove unnecessary header inclusions
In multiplatform configurations, we cannot include headers
provided by only the exynos platform. Fortunately a number
of drivers that include those headers do not actually need
them, so we can just remove the inclusions.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Cc: Zhang Rui <rui.zhang@intel.com>
-rw-r--r-- | drivers/thermal/exynos_thermal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c index 46568c0..b777ae6 100644 --- a/drivers/thermal/exynos_thermal.c +++ b/drivers/thermal/exynos_thermal.c @@ -39,8 +39,6 @@ #include <linux/cpu_cooling.h> #include <linux/of.h> -#include <plat/cpu.h> - /* Exynos generic registers */ #define EXYNOS_TMU_REG_TRIMINFO 0x0 #define EXYNOS_TMU_REG_CONTROL 0x20 |