diff options
author | Simon Glass <sjg@chromium.org> | 2014-02-26 15:59:16 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-04 12:15:29 -0500 |
commit | 1b451ecc4366a5d40aebdad2241dc47abd25ea01 (patch) | |
tree | a7a2156ad29913cee916fdaa0229e1ab7e60beec /doc | |
parent | 16ff9902468088a0a559b3db95421355ef60d366 (diff) | |
download | u-boot-imx-1b451ecc4366a5d40aebdad2241dc47abd25ea01.zip u-boot-imx-1b451ecc4366a5d40aebdad2241dc47abd25ea01.tar.gz u-boot-imx-1b451ecc4366a5d40aebdad2241dc47abd25ea01.tar.bz2 |
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>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions