Re: [U-Boot] [PATCH] clk.h: inline clk_get_by_name()

2016-08-15 Thread Simon Glass
On 15 August 2016 at 13:04, Andreas Bießmann wrote: > > Fix compile warning for non OF_CONTROL builds: > > ---8<--- > In file included from /Volumes/devel/u-boot/drivers/gpio/atmel_pio4.c:10:0: > /Volumes/devel/u-boot/include/clk.h:107:12: warning: 'clk_get_by_name' >

Re: [U-Boot] [PATCH] clk.h: inline clk_get_by_name()

2016-08-15 Thread Stephen Warren
On 08/15/2016 01:04 PM, Andreas Bießmann wrote: Fix compile warning for non OF_CONTROL builds: ---8<--- In file included from /Volumes/devel/u-boot/drivers/gpio/atmel_pio4.c:10:0: /Volumes/devel/u-boot/include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function]

[U-Boot] [PATCH] clk.h: inline clk_get_by_name()

2016-08-15 Thread Andreas Bießmann
Fix compile warning for non OF_CONTROL builds: ---8<--- In file included from /Volumes/devel/u-boot/drivers/gpio/atmel_pio4.c:10:0: /Volumes/devel/u-boot/include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function] --->8--- Signed-off-by: Andreas Bießmann