Skip to content
Commit 7def9a24 authored by Arvind Yadav's avatar Arvind Yadav Committed by Michael Ellerman
Browse files

powerpc/4xx: Constify cpm_suspend_ops



struct 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: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 96d91431
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment