]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: Constify irq_domain_ops
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Mon, 27 Apr 2015 12:51:39 +0000 (21:51 +0900)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 06:49:33 +0000 (14:49 +0800)
commit45ab45ab33cff42e9f415d234ec318b66c8580e5
treeb5df173cb72953d74a9490400880b99f246219d0
parent33cb9b9c417494c5647bc47543d2c43e3df45263
ARM: imx: 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: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/gpc.c