[PATCH] remove duplicated list implementation
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Mon Nov 2 09:25:13 EST 2009
On 14:36 Mon 02 Nov , Sascha Hauer wrote:
>
> We accidently have two list implementations in the tree:
> include/list.h and include/linux/list.h. This patch moves
> the latter (newer one) to include/linux/list.h.
>
> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> arch/arm/lib/armlinux.c | 2 +-
> common/command.c | 2 +-
> common/complete.c | 2 +-
> common/console.c | 2 +-
> common/module.c | 2 +-
> include/boot.h | 2 +-
> include/command.h | 2 +-
> include/complete.h | 2 +-
> include/console.h | 2 +-
> include/driver.h | 2 +-
> include/linux/list.h | 427 ++++++++++++++++++++++++++++++---
> include/linux/mtd/mtd.h | 2 +-
> include/list.h | 605 -----------------------------------------------
> include/module.h | 2 +-
> include/stringlist.h | 2 +-
> include/usb/gadget.h | 2 +-
> lib/driver.c | 2 +-
> lib/notifier.c | 2 +-
> 18 files changed, 403 insertions(+), 661 deletions(-)
> delete mode 100644 include/list.h
for header import from linux it will be good to keep them at there original
place and for the rest maybe in include/u-boot/
Best Regards,
J.
More information about the u-boot-v2
mailing list