From: Grant Likely Date: Thu, 26 Jan 2012 19:12:14 +0000 (-0700) Subject: irq_domain: constify irq_domain_ops X-Git-Tag: v3.4-rc1~172^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18dc81bf58258ac0920bec26b91656cb0140d2a;p=pandora-kernel.git irq_domain: constify irq_domain_ops Make irq_domain_ops pointer a constant to make it safer for multiple instances to share the same ops pointer and change the irq_domain code so that it does not modify the ops. v4: Fix mismatched type reference in powerpc code Signed-off-by: Grant Likely Cc: Thomas Gleixner Cc: Benjamin Herrenschmidt Cc: Milton Miller Tested-by: Olof Johansson --- Reading git-diff-tree failed