gpio: Constify irq_domain_ops
[deliverable/linux.git] / drivers / gpio / gpio-mpc8xxx.c
index a65b75161aa49d16749258407db18c7cfc30f79f..20aa66f34f6e04b26c26b02346ff6b5d040d155c 100644 (file)
@@ -329,7 +329,7 @@ static int mpc8xxx_gpio_irq_map(struct irq_domain *h, unsigned int irq,
        return 0;
 }
 
-static struct irq_domain_ops mpc8xxx_gpio_irq_ops = {
+static const struct irq_domain_ops mpc8xxx_gpio_irq_ops = {
        .map    = mpc8xxx_gpio_irq_map,
        .xlate  = irq_domain_xlate_twocell,
 };
This page took 0.025338 seconds and 5 git commands to generate.