aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-05-05 13:09:56 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-05-05 13:09:56 +1000
commit10e6ec636677268e1c3e527ea001a0bed301cc2a (patch)
treee4e55cc169de88660d79ee8f25cbfc10a912758b
parent7732308b379eb27a30ed2db38a7b9d045ce63c7a (diff)
parente6917c890d27b4753d7a42666f755caf68a9a358 (diff)
Merge remote-tracking branch 'regmap/for-next'
-rw-r--r--drivers/base/regmap/regmap-irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/regmap/regmap-irq.c b/drivers/base/regmap/regmap-irq.c
index a6c3f75b4b01..e7273bb890be 100644
--- a/drivers/base/regmap/regmap-irq.c
+++ b/drivers/base/regmap/regmap-irq.c
@@ -318,7 +318,7 @@ static int regmap_irq_map(struct irq_domain *h, unsigned int virq,
return 0;
}
-static struct irq_domain_ops regmap_domain_ops = {
+static const struct irq_domain_ops regmap_domain_ops = {
.map = regmap_irq_map,
.xlate = irq_domain_xlate_twocell,
};