commit | 5e7bc9c6cee68fdd3583eb689583214a3d56341e | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Thu Feb 25 10:45:10 2016 +0100 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Mar 29 16:30:07 2016 -0700 |
tree | a80f9567eb7442b9365f415f6925e4f5bed87cf4 | |
parent | b1b69c5dd5ada9be222721dd297c329dafb65d06 [diff] |
clk: sunxi: Make reset_control_ops const The sunxi_ve_reset_ops, sun9i_mmc_reset_ops, and sunxi_usb_reset_ops structures are never modified. Make them const. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>