diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2018-10-27 08:47:37 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-11-06 20:41:44 +0300 |
commit | 19aa8e32b9e699279b71b94ad4fe26b6b58a4fb9 (patch) | |
tree | d81ecc57851bd222251b58a27b21c8ee874d7697 /drivers/clk/pistachio | |
parent | 25600dad4145184b866474a2c9e072e59d90550e (diff) | |
download | linux-19aa8e32b9e699279b71b94ad4fe26b6b58a4fb9.tar.xz |
clk: palmas: constify clk_ops structure
The clk_ops structure is only stored in the ops field of clk_init_data
structures. This field is const, so the clk_ops structure can be
const as well.
Identified and transformed using Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/pistachio')
0 files changed, 0 insertions, 0 deletions