Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    1b451ecc
    yaffs: Remove private list implementation · 1b451ecc
    Simon Glass authored
    
    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: default avatarSimon Glass <sjg@chromium.org>
    1b451ecc
    History
    yaffs: Remove private list implementation
    Simon Glass authored
    
    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: default avatarSimon Glass <sjg@chromium.org>