]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
yaffs: Remove private list implementation
authorSimon Glass <sjg@chromium.org>
Wed, 26 Feb 2014 22:59:16 +0000 (15:59 -0700)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 17:15:29 +0000 (12:15 -0500)
commit1b451ecc4366a5d40aebdad2241dc47abd25ea01
treea7a2156ad29913cee916fdaa0229e1ab7e60beec
parent16ff9902468088a0a559b3db95421355ef60d366
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>
fs/yaffs2/yaffs_list.h [deleted file]
fs/yaffs2/ydirectenv.h