uboot/fs/yaffs2
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
..
Makefile kbuild: use Linux Kernel build scripts 2014-02-19 11:07:50 -05:00
yaffs_allocator.c
yaffs_allocator.h
yaffs_attribs.c
yaffs_attribs.h
yaffs_bitmap.c
yaffs_bitmap.h
yaffs_checkptrw.c
yaffs_checkptrw.h
yaffs_ecc.c
yaffs_ecc.h
yaffs_error.c
yaffs_flashif.h
yaffs_flashif2.h
yaffs_getblockinfo.h
yaffs_guts.c
yaffs_guts.h
yaffs_mtdif.c mtd: resync with Linux-3.7.1 2013-05-31 17:12:03 -05:00
yaffs_mtdif.h
yaffs_mtdif2.c mtd: resync with Linux-3.7.1 2013-05-31 17:12:03 -05:00
yaffs_mtdif2.h
yaffs_nameval.c
yaffs_nameval.h
yaffs_nand.c
yaffs_nand.h
yaffs_nandemul2k.h
yaffs_nandif.c
yaffs_nandif.h
yaffs_osglue.h
yaffs_packedtags1.c
yaffs_packedtags1.h
yaffs_packedtags2.c
yaffs_packedtags2.h
yaffs_qsort.c SPDX-License-Identifier: convert BSD-3-Clause files 2013-08-19 15:45:35 -04:00
yaffs_summary.c yaffs2: Remove block number check from summary verification 2014-01-20 10:09:51 -05:00
yaffs_summary.h
yaffs_tagscompat.c
yaffs_tagscompat.h
yaffs_trace.h
yaffs_uboot_glue.c yaffs2: Use lldiv for 64bit division 2013-12-13 09:16:20 -05:00
yaffs_verify.c
yaffs_verify.h
yaffs_yaffs1.c
yaffs_yaffs1.h
yaffs_yaffs2.c
yaffs_yaffs2.h
yaffscfg.h
yaffsfs.c yaffs2: Use lldiv for 64bit division 2013-12-13 09:16:20 -05:00
yaffsfs.h
ydirectenv.h yaffs: Remove private list implementation 2014-03-04 12:15:29 -05:00
yportenv.h