clk: Move __clk_{get,put}() into private clk.h API
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 3 Jan 2018 00:54:16 +0000 (16:54 -0800)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 4 Jan 2018 23:13:29 +0000 (15:13 -0800)
commitbfc0cbfcad122c27aefad0e00da4f383954cf145
treef60d77d4ccf998116fe4cd99b355b7fce6817c17
parent9919d44ff2977d4da709282fa0ebedddaa3b8d85
clk: Move __clk_{get,put}() into private clk.h API

We can move these APIs into the private header file now that we
don't have any users of the __clk_get() and __clk_put() APIs
outside of clkdev.c and clk.c.

Cc: Russell King <linux@armlinux.org.uk>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.h
include/linux/clkdev.h