irq_domain/powerpc: constify irq_domain_ops
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / 52xx / mpc52xx_pic.c
index 41fa67126c443485fe96a9889dfa5484b5c1581f..8520b58a5e9a0f0027a95f0df2662cbab898c5cc 100644 (file)
@@ -384,7 +384,7 @@ static int mpc52xx_irqhost_map(struct irq_domain *h, unsigned int virq,
        return 0;
 }
 
-static struct irq_domain_ops mpc52xx_irqhost_ops = {
+static const struct irq_domain_ops mpc52xx_irqhost_ops = {
        .xlate = mpc52xx_irqhost_xlate,
        .map = mpc52xx_irqhost_map,
 };