commit | 8b235c34b8a3893d81a2f4039131ee936521ca0f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 26 15:59:16 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Tue Mar 04 12:15:29 2014 -0500 |
tree | a7a2156ad29913cee916fdaa0229e1ab7e60beec | |
parent | d738553f68455b002ea8ca18bb636176f20e2130 [diff] |
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>