commit | ee1f9df26972fd736e0b2f52ad19935046bbc189 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Tue Jan 16 16:47:51 2018 +0100 |
committer | James Hogan <jhogan@kernel.org> | Thu Jan 18 22:04:36 2018 +0000 |
tree | b29774e83cc0d91ed9ecd7c02c856c14aaff22d2 | |
parent | 83aa53eb5f34f48e6ff24aee02f879b50c949982 [diff] |
clk: ingenic: Use const pointer to clk_ops in struct The CGU common code does not modify the pointed clk_ops structure, so it should be marked as const. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Acked-by: Stephen Boyd <sboyd@codeaurora.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Maarten ter Huurne <maarten@treewalker.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/18476/ Signed-off-by: James Hogan <jhogan@kernel.org>