irq_domain/powerpc: constify irq_domain_ops
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / sysdev / ehv_pic.c
index adea322ea18f0d81a3d1b5e692980feab5f6bc8d..6e0e1005227f934930982fd4d4827b464d05180d 100644 (file)
@@ -248,7 +248,7 @@ static int ehv_pic_host_xlate(struct irq_domain *h, struct device_node *ct,
        return 0;
 }
 
-static struct irq_domain_ops ehv_pic_host_ops = {
+static const struct irq_domain_ops ehv_pic_host_ops = {
        .match = ehv_pic_host_match,
        .map = ehv_pic_host_map,
        .xlate = ehv_pic_host_xlate,