irq_domain/powerpc: constify irq_domain_ops
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / 52xx / mpc52xx_gpt.c
index b53275d127271075146c142e03279413b6652761..028470b95886d0085a21416b4c64e6e179e4ec8b 100644 (file)
@@ -236,7 +236,7 @@ static int mpc52xx_gpt_irq_xlate(struct irq_domain *h, struct device_node *ct,
        return 0;
 }
 
-static struct irq_domain_ops mpc52xx_gpt_irq_ops = {
+static const struct irq_domain_ops mpc52xx_gpt_irq_ops = {
        .map = mpc52xx_gpt_irq_map,
        .xlate = mpc52xx_gpt_irq_xlate,
 };