Re: [U-Boot] [PATCH v7 10/34] sf: Use static for file-scope functions

2015-11-26 Thread Simon Glass
On 26 November 2015 at 04:03, Jagan Teki wrote: > Use static for file-scope functions and removed > them from header files. > > Signed-off-by: Jagan Teki > --- > drivers/mtd/spi/sf_internal.h | 21 - > drivers/mtd/spi/sf_ops.c | 11 ++- > 2 files changed, 6 inser

[U-Boot] [PATCH v7 10/34] sf: Use static for file-scope functions

2015-11-26 Thread Jagan Teki
Use static for file-scope functions and removed them from header files. Signed-off-by: Jagan Teki --- drivers/mtd/spi/sf_internal.h | 21 - drivers/mtd/spi/sf_ops.c | 11 ++- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/drivers/mtd/spi/sf_inter