aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/max8925-core.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-05-05 12:19:13 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-05-05 12:19:13 +1000
commit3f340d8d9892f123a51138cd38128b046563f99f (patch)
tree40e32ece731561239f0feba2ceec88ccf2b157e9 /drivers/mfd/max8925-core.c
parentaac7872910200e739341b3e7435385e5b93ab529 (diff)
parentf4ed1f14b7c9114b56837124344124f3ec41d4df (diff)
Merge remote-tracking branch 'mfd/for-mfd-next'
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,
return 0;
}
-static struct irq_domain_ops max8925_irq_domain_ops = {
+static const struct irq_domain_ops max8925_irq_domain_ops = {
.map = max8925_irq_domain_map,
.xlate = irq_domain_xlate_onetwocell,
};