powerpc: Constify irq_domain_ops
[linux-2.6-block.git] / arch / powerpc / sysdev / xics / xics-common.c
index 878a54036a25cbff2f49c6036b3651a8173e348b..5bc5889d4accb0179398a209fd928725f88dedd3 100644 (file)
@@ -360,7 +360,7 @@ static int xics_host_xlate(struct irq_domain *h, struct device_node *ct,
        return 0;
 }
 
-static struct irq_domain_ops xics_host_ops = {
+static const struct irq_domain_ops xics_host_ops = {
        .match = xics_host_match,
        .map = xics_host_map,
        .xlate = xics_host_xlate,