]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: s3c64xx: Constify wake_irqs
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 10 Dec 2016 13:47:38 +0000 (15:47 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 29 Dec 2016 13:41:44 +0000 (15:41 +0200)
commitcda1a52dab50340728e46601e6c9da9fc4beaf1f
treedda2285f7913f23377f1d84f6c24bac5bf1a2009
parent7264ebd92e20194ed26424a72cda6ab1e9bee655
ARM: s3c64xx: Constify wake_irqs

samsung_sync_wakemask() accepts pointer to const data so wake_irqs can
be made const to increase safeness.

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