summaryrefslogtreecommitdiffstats
path: root/common/command.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-11-02 14:31:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-03 09:48:53 +0100
commit73d57b1d3537075c3455ec279c7d1a44bf34ac68 (patch)
tree5dcc63a6b4530e644731be9d3617341ad682ca1a /common/command.c
parent7aa3778f6d7dfa7d7b10d4bbda73d316a9b285a6 (diff)
downloadbarebox-73d57b1d3537075c3455ec279c7d1a44bf34ac68.tar.gz
barebox-73d57b1d3537075c3455ec279c7d1a44bf34ac68.tar.xz
list: remove duplicated list.h
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@pengutronix.de>
Diffstat (limited to 'common/command.c')
-rw-r--r--common/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/command.c b/common/command.c
index f484520572..a46e07e352 100644
--- a/common/command.c
+++ b/common/command.c
@@ -30,7 +30,7 @@
#include <xfuncs.h>
#include <malloc.h>
#include <environment.h>
-#include <list.h>
+#include <linux/list.h>
#include <init.h>
#include <complete.h>
#include <linux/utsrelease.h>