Re: [PATCH 5/5] clk: Move __clk_{get,put}() into private clk.h API

2018-01-10 Thread Stephen Boyd
On 01/02, Stephen Boyd wrote: > 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 > Signed-off-by: Stephen Boyd > --- Applied to clk-next -- Qualcomm Innovation C

[PATCH 5/5] clk: Move __clk_{get,put}() into private clk.h API

2018-01-02 Thread Stephen Boyd
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 Signed-off-by: Stephen Boyd --- drivers/clk/clk.h | 4 include/linux/clkdev.h | 8 2 files changed, 4 i