Re: [PATCH] regulator: Fix build breakage on !REGULATOR

2015-02-04 Thread Joerg Roedel
On Wed, Feb 04, 2015 at 11:50:11AM +0100, Krzysztof Kozlowski wrote: > > #ifdef CONFIG_REGULATOR > > void regulator_has_full_constraints(void); > > +int regulator_suspend_prepare(suspend_state_t state); > > +int regulator_suspend_finish(void); > > #else > > static inline void regulator_has_full

Re: [PATCH] regulator: Fix build breakage on !REGULATOR

2015-02-04 Thread Mark Brown
On Wed, Feb 04, 2015 at 11:45:28AM +0100, Krzysztof Kozlowski wrote: > Add missing stubs for regulator_suspend_prepare() and > regulator_suspend_finish() to fix exynos_defconfig build without > REGULATOR: Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: Fix build breakage on !REGULATOR

2015-02-04 Thread Krzysztof Kozlowski
On śro, 2015-02-04 at 11:45 +0100, Krzysztof Kozlowski wrote: > Add missing stubs for regulator_suspend_prepare() and > regulator_suspend_finish() to fix exynos_defconfig build without > REGULATOR: > > arch/arm/mach-exynos/built-in.o: In function `exynos_suspend_finish': > arch/arm/mach-exynos/sus