diff options
Diffstat (limited to 'drivers/mfd/tps6586x.c')
| -rw-r--r-- | drivers/mfd/tps6586x.c | 2 |
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 | ||
| 314 | static struct irq_domain_ops tps6586x_domain_ops = { | 314 | static 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 | }; |
