commit | 799fe560dc451498c057c3969f5abb79613d5ee5 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 15 11:06:51 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Jan 21 10:01:02 2018 -0700 |
tree | 2ed5b55ac3764f16ddbd62d48e9c77340e4636ac | |
parent | 99490a78c2ac34560d9354319fa1f5be79e66718 [diff] |
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>