summaryrefslogtreecommitdiffstats
path: root/arch/mips/lantiq
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2016-02-25 10:45:46 +0100
committerRalf Baechle <ralf@linux-mips.org>2016-05-13 14:01:43 +0200
commit24bc827beb2b0dea026015914924aede9c278a90 (patch)
tree26359f0c9eca1ef20f6b17f91d7bdd55637120ae /arch/mips/lantiq
parent2296cecf719caad9bcda3c8b82830fe3736ffa90 (diff)
downloadop-kernel-dev-24bc827beb2b0dea026015914924aede9c278a90.zip
op-kernel-dev-24bc827beb2b0dea026015914924aede9c278a90.tar.gz
MIPS: lantiq: Make reset_control_ops const
The reset_ops structure is never modified. Make it const. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Acked-by: John Crispin <john@phrozen.org> Cc: linux-mips@linux-mips.org Cc: kernel@pengutronix.de Patchwork: https://patchwork.linux-mips.org/patch/12619/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq')
-rw-r--r--arch/mips/lantiq/xway/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lantiq/xway/reset.c b/arch/mips/lantiq/xway/reset.c
index bc29bb3..1f34608 100644
--- a/arch/mips/lantiq/xway/reset.c
+++ b/arch/mips/lantiq/xway/reset.c
@@ -258,7 +258,7 @@ static int ltq_reset_device(struct reset_controller_dev *rcdev,
return ltq_deassert_device(rcdev, id);
}
-static struct reset_control_ops reset_ops = {
+static const struct reset_control_ops reset_ops = {
.reset = ltq_reset_device,
.assert = ltq_assert_device,
.deassert = ltq_deassert_device,
OpenPOWER on IntegriCloud