Re: [PATCH -next] mtd: rawnand: stm32_fmc2: Make some functions static

From: Miquel Raynal
Date: Tue Feb 05 2019 - 14:06:25 EST


Hi Yue,

YueHaibing <yuehaibing@xxxxxxxxxx> wrote on Wed, 30 Jan 2019 18:09:08
+0800:

> Fixes the following sparse warning:
> drivers/mtd/nand/raw/stm32_fmc2_nand.c:1228:6: warning: symbol 'stm32_fmc2_read_data' was not declared. Should it be static?
> drivers/mtd/nand/raw/stm32_fmc2_nand.c:1275:6: warning: symbol 'stm32_fmc2_write_data' was not declared. Should it be static?
> drivers/mtd/nand/raw/stm32_fmc2_nand.c:1707:32: warning: symbol 'stm32_fmc2_nand_ooblayout_ops' was not declared. Should it be static?
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
> ---

Merged in nand/next with the original commit.


Thanks,
MiquÃl