Re: [U-Boot] [PATCH 2/2] spi: cf_spi: Staticize local functions

2015-03-29 Thread Jagan Teki
On 20 February 2015 at 21:49, Axel Lin wrote: > Make local functions static and remove unneeded forward declarations. > > Signed-off-by: Axel Lin > --- > drivers/spi/cf_spi.c | 20 +++- > 1 file changed, 7 insertions(+), 13 deletions(-) > > diff --git a/drivers/spi/cf_spi.c b/dri

[U-Boot] [PATCH 2/2] spi: cf_spi: Staticize local functions

2015-02-20 Thread Axel Lin
Make local functions static and remove unneeded forward declarations. Signed-off-by: Axel Lin --- drivers/spi/cf_spi.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/drivers/spi/cf_spi.c b/drivers/spi/cf_spi.c index 7453538..6ce1101 100644 --- a/drivers