1
0
Fork 0
remarkable-uboot/fs
Simon Glass 1b451ecc43 yaffs: Remove private list implementation
U-Boot already has a list implementation, and files which include both
that and the yaffs implementation will get errors:

In file included from ydirectenv.h:80:0,
                 from yportenv.h:81,
                 from yaffs_guts.h:19,
                 from yaffs_allocator.h:19,
                 from yaffs_allocator.c:14:
yaffs_list.h:32:8: error: redefinition of ‘struct list_head’
 struct list_head {
        ^

Remove the yaffs implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-03-04 12:15:29 -05:00
..
cbfs fs: descend into sub directories when it is necessary 2013-11-17 14:11:34 -05:00
cramfs fs: descend into sub directories when it is necessary 2013-11-17 14:11:34 -05:00
ext4 Revert "ext4fs: Add ext4 extent cache for read operations" 2014-02-26 08:18:58 -05:00
fat fat: implement exists() for FAT fs 2014-02-19 09:47:34 -05:00
jffs2 JFFS2: Correct jffs2_1pass_build_lists to use lldiv 2013-12-13 09:16:20 -05:00
reiserfs fs: descend into sub directories when it is necessary 2013-11-17 14:11:34 -05:00
sandbox sandbox: implement exists() function 2014-02-19 09:47:34 -05:00
ubifs Merge branch 'master' of git://git.denx.de/u-boot-arm 2014-02-26 16:49:58 -05:00
yaffs2 yaffs: Remove private list implementation 2014-03-04 12:15:29 -05:00
zfs fs: descend into sub directories when it is necessary 2013-11-17 14:11:34 -05:00
Makefile fs/fdos: Remove 2014-02-21 08:42:47 -05:00
fs.c fat: implement exists() for FAT fs 2014-02-19 09:47:34 -05:00