Re: [PATCH] clk: ti: Drop use of clk-private.h

2015-01-27 Thread Mike Turquette
Quoting Paul Walmsley (2015-01-23 02:35:07) > On Thu, 22 Jan 2015, Stephen Boyd wrote: > > > These modules don't need to include clk-private.h. Replace the > > include with clk.h because these modules are clock consumers and > > also include clk-provider.h in clk/ti.h because struct > > clk_hw_oma

Re: [PATCH] clk: ti: Drop use of clk-private.h

2015-01-23 Thread Paul Walmsley
On Thu, 22 Jan 2015, Stephen Boyd wrote: > These modules don't need to include clk-private.h. Replace the > include with clk.h because these modules are clock consumers and > also include clk-provider.h in clk/ti.h because struct > clk_hw_omap has a struct clk_hw embedded in it. > > Cc: Tero Kris