commit | 5e7c17df795e462c70a43f1b3b670e08efefe8fd | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <jszhang@marvell.com> | Tue Mar 22 22:42:43 2016 +0800 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Apr 20 10:44:32 2016 +0200 |
tree | df4a5b268d9ffcb233cae6add9156824fcbc6bbf | |
parent | 1e712d9be873a44d7f5bc2a11d0ad6573029a67e [diff] |
drivers: firmware: psci: use const and __initconst for psci_cpuidle_ops The psci_cpuidle_ops structures is not over-written, so add "const" qualifier and replace __initdata with __initconst. Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>