diff options
Diffstat (limited to 'drivers/mfd/max8998-irq.c')
| -rw-r--r-- | drivers/mfd/max8998-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max8998-irq.c b/drivers/mfd/max8998-irq.c index c469477eb778..3702056628a8 100644 --- a/drivers/mfd/max8998-irq.c +++ b/drivers/mfd/max8998-irq.c | |||
| @@ -214,7 +214,7 @@ static int max8998_irq_domain_map(struct irq_domain *d, unsigned int irq, | |||
| 214 | return 0; | 214 | return 0; |
| 215 | } | 215 | } |
| 216 | 216 | ||
| 217 | static struct irq_domain_ops max8998_irq_domain_ops = { | 217 | static const struct irq_domain_ops max8998_irq_domain_ops = { |
| 218 | .map = max8998_irq_domain_map, | 218 | .map = max8998_irq_domain_map, |
| 219 | }; | 219 | }; |
| 220 | 220 | ||
