Re: [PATCH][next] mtd: rawnand: meson:: make several functions static

2019-02-05 Thread Miquel Raynal
Hi Colin, Colin King wrote on Tue, 29 Jan 2019 12:44:29 +: > From: Colin Ian King > > There are several functions that are local to the source and do > not need to be in global scope, so make them static. > > Cleans up sparse warnings. > > Signed-off-by: Colin Ian King Merged in nand/n

Re: [PATCH][next] mtd: rawnand: meson:: make several functions static

2019-01-30 Thread Liang Yang
Hi Colin, On 2019/1/29 20:44, Colin King wrote: From: Colin Ian King There are several functions that are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings. Signed-off-by: Colin Ian King --- drivers/mtd/nand/raw/meson_nand.c | 10 +++

Re: [PATCH][next] mtd: rawnand: meson:: make several functions static

2019-01-29 Thread Liang Yang
Hello Colin, On 2019/1/29 20:44, Colin King wrote: From: Colin Ian King There are several functions that are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings. ok. thanks Signed-off-by: Colin Ian King --- drivers/mtd/nand/raw/meson

[PATCH][next] mtd: rawnand: meson:: make several functions static

2019-01-29 Thread Colin King
From: Colin Ian King There are several functions that are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings. Signed-off-by: Colin Ian King --- drivers/mtd/nand/raw/meson_nand.c | 10 +- 1 file changed, 5 insertions(+), 5 deletion