]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - drivers/clk/clk.c
clk: change the argument of __clk_init() into pointer to clk_core
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 Dec 2015 10:22:56 +0000 (19:22 +0900)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 2 Feb 2016 01:01:32 +0000 (17:01 -0800)
commitd35c80c248c7a97458b075225b1bf3e41c8a6d50
tree2ca365d97f2771396874d5ea4506b666fb40e46f
parentd9e743408ecd468974cd233623ed19253fa2a7b0
clk: change the argument of __clk_init() into pointer to clk_core

The argument clk_user is used only for the clk_user->core.  The rest
of this function only takes care of clk_core.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c