irq_domain/powerpc: constify irq_domain_ops
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / cell / beat_interrupt.c
index bbdf57440cd54a654ec20dbd08a404725d64c1fc..e5c3a2c6090d186b5ddeb5941514bda73d165065 100644 (file)
@@ -172,7 +172,7 @@ static int beatic_pic_host_match(struct irq_domain *h, struct device_node *np)
        return 1;
 }
 
-static struct irq_domain_ops beatic_pic_host_ops = {
+static const struct irq_domain_ops beatic_pic_host_ops = {
        .map = beatic_pic_host_map,
        .unmap = beatic_pic_host_unmap,
        .xlate = beatic_pic_host_xlate,