]> git.baikalelectronics.ru Git - kernel.git/commit
clk: atlas7: Make reset_control_ops const
authorPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 25 Feb 2016 09:45:09 +0000 (10:45 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 29 Mar 2016 23:30:01 +0000 (16:30 -0700)
commiteb5ae6a46bfb5884505d15950b74905f79305df6
tree36d681ca307a2e8497d3a8c78ca868718390141d
parentd34455d463307842702c59732938ddf198635d6f
clk: atlas7: Make reset_control_ops const

The atlas7_rst_ops structure is never modified. Make it const.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/sirf/clk-atlas7.c