irq_domain/powerpc: constify irq_domain_ops
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / powermac / pic.c
index 646fdf3b9c0c4b9cf4cdfa8f640244da679e5cf9..46a5f32e958b67eb38a9c05c330ac14f2c43b960 100644 (file)
@@ -299,7 +299,7 @@ static int pmac_pic_host_xlate(struct irq_domain *h, struct device_node *ct,
        return 0;
 }
 
-static struct irq_domain_ops pmac_pic_host_ops = {
+static const struct irq_domain_ops pmac_pic_host_ops = {
        .match = pmac_pic_host_match,
        .map = pmac_pic_host_map,
        .xlate = pmac_pic_host_xlate,