diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-10-17 16:38:33 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-11-01 23:22:32 -0700 |
commit | 71bf5ab8638fe333ac8a984b46fc3f4ea0c5120a (patch) | |
tree | 187567738a0594017b662fdb5075b6b1ee3f7769 /drivers/hid/hid-steelseries.c | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) | |
download | blackbird-op-linux-71bf5ab8638fe333ac8a984b46fc3f4ea0c5120a.tar.gz blackbird-op-linux-71bf5ab8638fe333ac8a984b46fc3f4ea0c5120a.zip |
CLK: SPEAr: make structure field and function argument as const
Make the masks field of clk_aux structure const as it do not modify the
fields of the aux_clk_masks structure it points to.
Make the struct aux_clk_masks *aux argument of the function
clk_register_aux as const as the argument is only stored in the masks
field of a clk_aux structure which is now made const.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/hid/hid-steelseries.c')
0 files changed, 0 insertions, 0 deletions