ARM: mxs: constify platform_suspend_ops
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 30 Aug 2017 16:47:51 +0000 (22:17 +0530)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 Sep 2017 14:21:08 +0000 (22:21 +0800)
commit5cd6bc681582e283661be6c16034b6493b9a8683
tree6d0123fc4df743f2640fb94fee8f38771aa1cc83
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
ARM: mxs: constify platform_suspend_ops

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@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-mxs/pm.c