[PATCH v5 5/5] arm: exynos: Add MCPM call-back functions

Arnd Bergmann arnd at arndb.de
Tue May 27 04:07:56 PDT 2014


On Monday 05 May 2014, Abhilash Kesavan wrote:
> +static const struct mcpm_platform_ops exynos_power_ops = {
> +       .power_up               = exynos_power_up,
> +       .power_down             = exynos_power_down,
> +       .power_down_finish      = exynos_power_down_finish,
> +};


I'm getting a build error in linux-next because there is no .power_down_finish
member in mcpm_platform_ops here.

	Arnd



More information about the linux-arm-kernel mailing list