Searched hist:"5 fc6eb7d74f46a96cacc5147f87afd88a01bb89b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/pxa/ |
H A D | clk-pxa.c | diff 5fc6eb7d74f46a96cacc5147f87afd88a01bb89b Sat Oct 27 00:47:39 CDT 2018 Julia Lawall <Julia.Lawall@lip6.fr> clk: pxa: constify clk_ops structures
These clk_ops structures are only passed to a call to clk_register_composite where the corresponding parameters are 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>
|