Re: [U-Boot] [RESEND PATCH v2 3/4] clk: Remove superfluous gd declarations

2018-01-21 Thread Simon Glass
On 15 January 2018 at 03:06, Mario Six wrote: > The clk uclass was converted to support a live device tree recently, > hence the global data pointer declarations are no longer needed. > > Reviewed-by: Simon Glass > Signed-off-by: Mario Six > --- > > v1 -> v2: > None > > --- > drivers/clk/clk-uc

[U-Boot] [RESEND PATCH v2 3/4] clk: Remove superfluous gd declarations

2018-01-15 Thread Mario Six
The clk uclass was converted to support a live device tree recently, hence the global data pointer declarations are no longer needed. Reviewed-by: Simon Glass Signed-off-by: Mario Six --- v1 -> v2: None --- drivers/clk/clk-uclass.c | 2 -- drivers/clk/clk_fixed_rate.c | 2 -- 2 files chan