]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc139b895919151e542a11774d92240e8965929bc
tree2ed5b55ac3764f16ddbd62d48e9c77340e4636ac
parent06b9fcf7adf13923be8f73687d22920ac1e7be3f
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