aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max8925-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/max8925-core.c')
-rw-r--r--drivers/mfd/max8925-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max8925-core.c b/drivers/mfd/max8925-core.c
index 97a787ab3d51..8520bd68c1ff 100644
--- a/drivers/mfd/max8925-core.c
+++ b/drivers/mfd/max8925-core.c
@@ -658,7 +658,7 @@ static int max8925_irq_domain_map(struct irq_domain *d, unsigned int virq,
658 return 0; 658 return 0;
659} 659}
660 660
661static struct irq_domain_ops max8925_irq_domain_ops = { 661static const struct irq_domain_ops max8925_irq_domain_ops = {
662 .map = max8925_irq_domain_map, 662 .map = max8925_irq_domain_map,
663 .xlate = irq_domain_xlate_onetwocell, 663 .xlate = irq_domain_xlate_onetwocell,
664}; 664};