[PATCH] thermal: Kconfig: Remove config for not used EXYNOS_THERMAL_CORE

2015-01-27 Thread Lukasz Majewski
After removing exynos_thermal_common.[c|h] files the CONFIG_EXYNOS_THERMA_CORE is not needed anymore. This patch removes this entry from Kconfig. Reported-by: Paul Bolle Signed-off-by: Lukasz Majewski --- drivers/thermal/samsung/Kconfig | 9 - 1 file changed, 9 deletions(-) diff --git

Re: [PATCH] thermal: Kconfig: Remove config for not used EXYNOS_THERMAL_CORE

2015-01-27 Thread Eduardo Valentin
On Tue, Jan 27, 2015 at 12:13:59PM +0100, Lukasz Majewski wrote: > After removing exynos_thermal_common.[c|h] files the CONFIG_EXYNOS_THERMA_CORE > is not needed anymore. > This patch removes this entry from Kconfig. > > Reported-by: Paul Bolle > Signed-off-by: Lukasz Majewski This patch looks

Re: [PATCH] thermal: Kconfig: Remove config for not used EXYNOS_THERMAL_CORE

2015-01-27 Thread Lukasz Majewski
Hi Eduardo, > On Tue, Jan 27, 2015 at 12:13:59PM +0100, Lukasz Majewski wrote: > > After removing exynos_thermal_common.[c|h] files the > > CONFIG_EXYNOS_THERMA_CORE is not needed anymore. > > This patch removes this entry from Kconfig. > > > > Reported-by: Paul Bolle > > Signed-off-by: Lukasz M