Re: [PATCH -next] mtd: rawnand: ingenic: Make jz4725b_ooblayout_ops static

2019-04-18 Thread Miquel Raynal
Hi Yue, Yue Haibing wrote on Wed, 10 Apr 2019 22:00:35 +0800: > From: YueHaibing > > Fix sparse warning: > > drivers/mtd/nand/raw/ingenic/ingenic_nand.c:140:32: warning: > symbol 'jz4725b_ooblayout_ops' was not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by:

[PATCH -next] mtd: rawnand: ingenic: Make jz4725b_ooblayout_ops static

2019-04-10 Thread Yue Haibing
From: YueHaibing Fix sparse warning: drivers/mtd/nand/raw/ingenic/ingenic_nand.c:140:32: warning: symbol 'jz4725b_ooblayout_ops' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/mtd/nand/raw/ingenic/ingenic_nand.c | 2 +- 1 file changed,