From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 24 Feb 2014 18:54:17 +0100 Subject: [U-Boot] [PATCH v8 03/14] yaffs: Remove private list implementation In-Reply-To: <1392674808-6961-4-git-send-email-sjg@chromium.org> References: <1392674808-6961-1-git-send-email-sjg@chromium.org> <1392674808-6961-4-git-send-email-sjg@chromium.org> Message-ID: <201402241854.17649.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- Tom, can you please pick this up separatelly ? Thanks Best regards, Marek Vasut