Re: [PATCH 20/26] clk: spear: Convert to clk_hw based provider APIs

2015-08-01 Thread Viresh Kumar
On 31-07-15, 10:04, Stephen Boyd wrote: > We're removing struct clk from the clk provider API, so switch > this code to using the clk_hw based provider APIs. > > Cc: Viresh Kumar > Signed-off-by: Stephen Boyd > --- > drivers/clk/spear/clk-vco-pll.c | 2 +- > 1 file changed, 1 insertion(+), 1 de

[PATCH 20/26] clk: spear: Convert to clk_hw based provider APIs

2015-07-31 Thread Stephen Boyd
We're removing struct clk from the clk provider API, so switch this code to using the clk_hw based provider APIs. Cc: Viresh Kumar Signed-off-by: Stephen Boyd --- drivers/clk/spear/clk-vco-pll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/spear/clk-vco-pll.c