From: Krzysztof Kozlowski Date: Mon, 27 Apr 2015 12:54:24 +0000 (+0900) Subject: irqchip: Constify irq_domain_ops X-Git-Tag: omap-for-v4.2/fixes-rc1^2~167^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9600973656c697d742e31d202e6212216ea45a3e;p=pandora-kernel.git irqchip: 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 Cc: Jason Cooper Cc: Kukjin Kim Cc: Stephen Warren Cc: Lee Jones Cc: Matthias Brugger Cc: Maxime Ripard Cc: linux-arm-kernel@lists.infradead.org Cc: linux-rpi-kernel@lists.infradead.org Cc: linux-mediatek@lists.infradead.org Link: http://lkml.kernel.org/r/1430139264-4362-2-git-send-email-k.kozlowski.k@gmail.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed