reset: Make reset_control_ops const
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 14 Jan 2016 15:24:45 +0000 (16:24 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 25 Jan 2016 09:58:44 +0000 (10:58 +0100)
commit203d4f347d86aa9e78342457aa7a3844c4fadd1d
treecb7bd67068d221c26d5192ebac0f3e0466f74449
parentd056c9b81918675c6dedbfae042c2329effad786
reset: Make reset_control_ops const

The ops pointer is holding a pointer to a structure that is usually not
modified. Make it const.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
include/linux/reset-controller.h
This page took 0.035859 seconds and 5 git commands to generate.