diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2018-10-27 08:47:40 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-11-06 20:42:12 +0300 |
commit | 56950ff82325b9712ad54874c81a22e4de38b0c7 (patch) | |
tree | 95cd35cca3e5dcbae5ecf220164157eba230a5c3 /drivers/clk/st | |
parent | 5fc6eb7d74f46a96cacc5147f87afd88a01bb89b (diff) | |
download | linux-56950ff82325b9712ad54874c81a22e4de38b0c7.tar.xz |
clk: s2mps11: constify clk_ops structure
The clk_ops structure is only stored in the ops fields 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>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/st')
0 files changed, 0 insertions, 0 deletions