소스 검색

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>
Cc: linux-pm@vger.kernel.org
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Arnd Bergmann 12 년 전
부모
커밋
841d481b3c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      drivers/thermal/exynos_thermal.c

+ 0 - 2
drivers/thermal/exynos_thermal.c

@@ -39,8 +39,6 @@
 #include <linux/cpu_cooling.h>
 #include <linux/cpu_cooling.h>
 #include <linux/of.h>
 #include <linux/of.h>
 
 
-#include <plat/cpu.h>
-
 /* Exynos generic registers */
 /* Exynos generic registers */
 #define EXYNOS_TMU_REG_TRIMINFO		0x0
 #define EXYNOS_TMU_REG_TRIMINFO		0x0
 #define EXYNOS_TMU_REG_CONTROL		0x20
 #define EXYNOS_TMU_REG_CONTROL		0x20