Re: [linux-yocto] [PATCH linux-yocto v4.14 & v4.15] yaffs2: include rawnand.h instead of nand.h

2018-02-23 Thread Bruce Ashfield
On 2018-02-23 12:31 AM, Kevin Hao wrote: The nand.h has been renamed to rawnand.h by commit d4092d76a4a4 ("mtd: nand: Rename nand.h into rawnand.h"), adjust the yaffs2 code according to this change. Thanks Kevin, this is now merged. I'll send SRCREV updates in my next consolidated pull

[linux-yocto] [PATCH linux-yocto v4.14 & v4.15] yaffs2: include rawnand.h instead of nand.h

2018-02-22 Thread Kevin Hao
The nand.h has been renamed to rawnand.h by commit d4092d76a4a4 ("mtd: nand: Rename nand.h into rawnand.h"), adjust the yaffs2 code according to this change. Signed-off-by: Kevin Hao --- fs/yaffs2/yaffs_mtdif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff