[PATCH 8/9] ARM: EXYNOS: suspend requires regulator access

Arnd Bergmann arnd at arndb.de
Wed Mar 4 13:14:01 PST 2015


On Wednesday 04 March 2015 20:44:07 Krzysztof Kozłowski wrote:
> W dniu poniedziałek, 2 marca 2015 Arnd Bergmann <arnd at arndb.de> napisał(a):
> >
> > Building an exynos kernel without regulators but with suspend enabled results
> > in a link error:
> >
> > arch/arm/mach-exynos/built-in.o: In function `exynos_suspend_finish':
> > arch/arm/mach-exynos/suspend.c:532: undefined reference to `regulator_suspend_finish'
> > arch/arm/mach-exynos/built-in.o: In function `exynos_suspend_prepare':
> > arch/arm/mach-exynos/suspend.c:515: undefined reference to `regulator_suspend_prepare'
> >
> > This adds an appropriate 'select' statement in Kconfig to ensure the symbols
> > are available.
> >
> > Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> 
> 
> Isn't this fixed already by: https://lkml.org/lkml/2015/2/4/119
> (applied by Mark Brown)?
> 
> I can't test it now (I am out of office) but issue looks quite similar.
> 
> 

Yes, that is probably right.

Thanks,

	Arnd



More information about the linux-arm-kernel mailing list