Re: [U-Boot] [PATCH 3/3] clk: zynqmp: Remove unused macros/variables

2017-07-31 Thread Simon Glass
On 20 July 2017 at 03:03, Michal Simek wrote: > These macros and one variable is not used anywhere that's why > it should be removed. they > > Signed-off-by: Michal Simek > --- > > drivers/clk/clk_zynqmp.c | 4 > 1 file changed, 4 deletions(-) Reviewed-by: Simon Glass __

[U-Boot] [PATCH 3/3] clk: zynqmp: Remove unused macros/variables

2017-07-20 Thread Michal Simek
These macros and one variable is not used anywhere that's why it should be removed. Signed-off-by: Michal Simek --- drivers/clk/clk_zynqmp.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/clk/clk_zynqmp.c b/drivers/clk/clk_zynqmp.c index b5469f73ee0a..bcc62904f174 100644 --- a/d