summaryrefslogtreecommitdiffstats
path: root/fs/yaffs2/yaffs_list.h
Commit message (Collapse)AuthorAgeFilesLines
* yaffs: Remove private list implementationSimon Glass2014-03-041-126/+0
| | | | | | | | | | | | | | | | | | 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>
* u-boot: Update yaffs2 file systemCharles Manning2012-08-091-0/+126
This patch updates the yaffs2 in u-boot to correspond to git://www.aleph1.co.uk/yaffs2 commit id 9ee5d0643e559568dbe62215f76e0a7bd5a63d93 Signed-off-by: Charles Manning <cdhmanning@gmail.com>
OpenPOWER on IntegriCloud