Home
last modified time | relevance | path

Searched hist:"5 cd6bc681582e283661be6c16034b6493b9a8683" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/mach-mxs/
H A Dpm.cdiff 5cd6bc681582e283661be6c16034b6493b9a8683 Wed Aug 30 11:47:51 CDT 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> 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>