[PATCH 8/9] ARM: EXYNOS: suspend requires regulator access
Krzysztof Kozłowski
k.kozlowski.k at gmail.com
Wed Mar 4 11:44:07 PST 2015
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.
Best regards,
Krzysztof
>
> ---
> arch/arm/mach-exynos/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index 603820e5aba7..f4bd06370ad8 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -22,6 +22,7 @@ menuconfig ARCH_EXYNOS
> select PINCTRL
> select PINCTRL_EXYNOS
> select PM_GENERIC_DOMAINS if PM
> + select REGULATOR if PM_SLEEP
> select S5P_DEV_MFC
> select SRAM
> select MFD_SYSCON
> --
> 2.1.0.rc2
>
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
More information about the linux-arm-kernel
mailing list