summaryrefslogtreecommitdiffstats
path: root/common/console.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/console.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/console.c')
-rw-r--r--common/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/console.c b/common/console.c
index 52d71190f8..d3d31f7898 100644
--- a/common/console.c
+++ b/common/console.c
@@ -34,7 +34,7 @@
#include <clock.h>
#include <kfifo.h>
#include <module.h>
-#include <list.h>
+#include <linux/list.h>
LIST_HEAD(console_list);
EXPORT_SYMBOL(console_list);