summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>2015-04-27 21:52:38 +0900
committerStephen Boyd <sboyd@codeaurora.org>2015-05-01 18:25:09 -0700
commitd6c27678676abd13f5457490a30995524e1046fb (patch)
tree6ce2158fbef05e2a38f3fea406a9d84e96265666 /drivers/clk/at91
parent7cb81136d2efe0f5ed9d965857f4756a15e6c338 (diff)
downloadop-kernel-dev-d6c27678676abd13f5457490a30995524e1046fb.zip
op-kernel-dev-d6c27678676abd13f5457490a30995524e1046fb.tar.gz
clk: at91: Constify irq_domain_ops
The irq_domain_ops are not modified by the driver and the irqdomain core code accepts pointer to a const data. Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/at91')
-rw-r--r--drivers/clk/at91/pmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/at91/pmc.c b/drivers/clk/at91/pmc.c
index 3f27d21..39be2be 100644
--- a/drivers/clk/at91/pmc.c
+++ b/drivers/clk/at91/pmc.c
@@ -153,7 +153,7 @@ static int pmc_irq_domain_xlate(struct irq_domain *d,
return 0;
}
-static struct irq_domain_ops pmc_irq_ops = {
+static const struct irq_domain_ops pmc_irq_ops = {
.map = pmc_irq_map,
.xlate = pmc_irq_domain_xlate,
};
OpenPOWER on IntegriCloud