clk: clk-uclass: Fix style violations
authorMario Six <mario.six@gdsys.cc>
Mon, 15 Jan 2018 10:06:51 +0000 (11:06 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Jan 2018 17:01:02 +0000 (10:01 -0700)
commit268453be7c8f9fb93e1c40b9ce5f7382335ebeb4
tree2ed5b55ac3764f16ddbd62d48e9c77340e4636ac
parent0fe4e418254c071f74d0134a8f4a2f4362b5bf4b
clk: clk-uclass: Fix style violations

checkpatch.pl complains that the clk_ops structures used in clk-uclass.c
ought to be const, so we mark them as const.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
drivers/clk/clk-uclass.c