]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: ralink: Make reset_control_ops const
authorPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 25 Feb 2016 09:45:47 +0000 (10:45 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:01:43 +0000 (14:01 +0200)
commit7df151eaf2b028cf12d73f9f8f00f76b20d42541
tree8700300d165f2bca95c692a3cd5beb125f0db9ba
parent44fb28c24ab316b6b1b30f8c1b13738e95d282a2
MIPS: ralink: 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/12618/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ralink/reset.c