soc: qcom: spm: Use const and __initconst for qcom_cpuidle_ops
authorJisheng Zhang <jszhang@marvell.com>
Tue, 22 Mar 2016 14:42:42 +0000 (22:42 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 20 Apr 2016 04:59:41 +0000 (06:59 +0200)
commit1e712d9be873a44d7f5bc2a11d0ad6573029a67e
treea9f9eb739a9b8605943ef76c78a9460169479fec
parent4cfd55202cee115a3686d5ad6a0f60d604aca802
soc: qcom: spm: Use const and __initconst for qcom_cpuidle_ops

The qcom_cpuidle_ops structures is not over-written, so add "const"
qualifier and replace __initdata with __initconst.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Andy Gross <andy.gross@linaro.org>
drivers/soc/qcom/spm.c