Re: [PATCH] ARM: mxs: constify platform_suspend_ops

From: Shawn Guo
Date: Fri Sep 22 2017 - 01:02:16 EST


On Wed, Aug 30, 2017 at 10:17:51PM +0530, Arvind Yadav wrote:
> platform_suspend_ops are not supposed to change at runtime.
> Functions suspend_set_ops working with const platform_suspend_ops.
> So mark the non-const structs as const.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>

Applied, thanks.