]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: EXYNOS: Constify irq_domain_ops
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Mon, 27 Apr 2015 10:48:59 +0000 (19:48 +0900)
committerKukjin Kim <kgene@kernel.org>
Fri, 5 Jun 2015 17:17:57 +0000 (02:17 +0900)
commitfc4a2cc7c3ccb6e02337d9d83365032a131c9da1
tree0b29342350d707d989ed333781dcc11c9f535419
parentaf9971144dde808338919cb4f3849ea2ac60739f
ARM: EXYNOS: Constify irq_domain_ops

The irq_domain_ops are not modified by the driver and the irqdomain
core code accepts pointer to a const data.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/mach-exynos/suspend.c