[U-Boot] [PATCH v8 03/14] yaffs: Remove private list implementation

Simon Glass sjg at chromium.org
Mon Feb 24 19:59:09 CET 2014


Hi Marek,

On 24 February 2014 09:54, Marek Vasut <marex at denx.de> wrote:
> On Monday, February 17, 2014 at 11:06:37 PM, Simon Glass wrote:
>> 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 at chromium.org>
>> ---
>
> Tom, can you please pick this up separatelly ?

I could issue a pull request for the series if that would help Tom.

Regards,
Simon


More information about the U-Boot mailing list