Re: [PATCH 14/30] thermal/exynos: remove unnecessary header inclusions

2013-04-11 Thread Zhang Rui
On Wed, 2013-04-10 at 21:19 -0400, Eduardo Valentin wrote:
 Rui, Arnd,
 
 As agreed in [1], I will be helping on the thermal maintenance.
 
 On 10-04-2013 20:04, Arnd Bergmann wrote:
  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 a...@arndb.de
  Cc: linux...@vger.kernel.org
  Cc: Zhang Rui rui.zh...@intel.com
 
 This patch looks good to me.
 
 You can add my:
 Acked-by: Eduardo Valentin eduardo.valen...@ti.com
 
applied to thermal thermal branch.

thanks,
rui
 
 [1] - http://marc.info/?l=linux-pmm=136560509922173w=2


--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 14/30] thermal/exynos: remove unnecessary header inclusions

2013-04-10 Thread Arnd Bergmann
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 a...@arndb.de
Cc: linux...@vger.kernel.org
Cc: Zhang Rui rui.zh...@intel.com
---
 drivers/thermal/exynos_thermal.c | 2 --
 1 file changed, 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_TRIMINFO0x0
 #define EXYNOS_TMU_REG_CONTROL 0x20
-- 
1.8.1.2

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 14/30] thermal/exynos: remove unnecessary header inclusions

2013-04-10 Thread Eduardo Valentin

Rui, Arnd,

As agreed in [1], I will be helping on the thermal maintenance.

On 10-04-2013 20:04, Arnd Bergmann wrote:

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 a...@arndb.de
Cc: linux...@vger.kernel.org
Cc: Zhang Rui rui.zh...@intel.com


This patch looks good to me.

You can add my:
Acked-by: Eduardo Valentin eduardo.valen...@ti.com


[1] - http://marc.info/?l=linux-pmm=136560509922173w=2
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html