Home
last modified time | relevance | path

Searched hist:"25600 dad4145184b866474a2c9e072e59d90550e" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/
H A Dclk-max77686.cdiff 25600dad4145184b866474a2c9e072e59d90550e Sat Oct 27 07:47:35 CEST 2018 Julia Lawall <Julia.Lawall@lip6.fr> clk: max77686: constify clk_ops structure

The clk_ops structure is only stored in the ops field of a
clk_init_data structure. 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: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>