]> git.baikalelectronics.ru Git - kernel.git/commit
clk: pxa: constify clk_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 27 Oct 2018 05:47:39 +0000 (07:47 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 6 Nov 2018 17:41:57 +0000 (09:41 -0800)
commitdf409cf0c3a9b5b6ad6309547220a32cc7c0910d
treeb370e9cae387bb4752fc93b0290cd4d0cd102738
parent25da5db1dd6942ceeffa252fb418644a692481aa
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>
drivers/clk/pxa/clk-pxa.c