]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: EXYNOS: Constify list of retention registers
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 10 Dec 2016 13:47:32 +0000 (15:47 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 29 Dec 2016 13:27:40 +0000 (15:27 +0200)
commitb4765037fc8c392027e604cf05771f0ac2790303
treee33a6ca5738688219c5de3ad05fa60a24ab55b4f
parent6bfebd863b2b831dc5b098fd6e04732f8dc22935
ARM: EXYNOS: Constify list of retention registers

The list of retention registers (release_ret_regs field of struct
exynos_pm_data and arrays with values) are not modified and can be made
const to improve the const safeness.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
arch/arm/mach-exynos/suspend.c