aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps6586x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/tps6586x.c')
-rw-r--r--drivers/mfd/tps6586x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps6586x.c b/drivers/mfd/tps6586x.c
index 8e1dbc469580..e0a2583916ce 100644
--- a/drivers/mfd/tps6586x.c
+++ b/drivers/mfd/tps6586x.c
@@ -311,7 +311,7 @@ static int tps6586x_irq_map(struct irq_domain *h, unsigned int virq,
311 return 0; 311 return 0;
312} 312}
313 313
314static struct irq_domain_ops tps6586x_domain_ops = { 314static const struct irq_domain_ops tps6586x_domain_ops = {
315 .map = tps6586x_irq_map, 315 .map = tps6586x_irq_map,
316 .xlate = irq_domain_xlate_twocell, 316 .xlate = irq_domain_xlate_twocell,
317}; 317};