Re: [U-Boot] [PATCH v8 05/14] sf: Use static for file-scope functions

2015-12-09 Thread Bin Meng
On Mon, Dec 7, 2015 at 2:34 AM, 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 | 18 -- > drivers/mtd/spi/sf_ops.c | 11

[U-Boot] [PATCH v8 05/14] sf: Use static for file-scope functions

2015-12-06 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 | 18 -- drivers/mtd/spi/sf_ops.c | 11 ++- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git