summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/command.c2
-rw-r--r--common/complete.c2
-rw-r--r--common/console.c2
-rw-r--r--common/module.c2
4 files changed, 4 insertions, 4 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>
diff --git a/common/complete.c b/common/complete.c
index c499e097c0..87435ee82e 100644
--- a/common/complete.c
+++ b/common/complete.c
@@ -20,7 +20,7 @@
#include <common.h>
#include <complete.h>
#include <xfuncs.h>
-#include <list.h>
+#include <linux/list.h>
#include <malloc.h>
#include <fs.h>
#include <linux/stat.h>
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);
diff --git a/common/module.c b/common/module.c
index e45c992823..302aefa637 100644
--- a/common/module.c
+++ b/common/module.c
@@ -26,7 +26,7 @@
#include <command.h>
#include <fs.h>
#include <kallsyms.h>
-#include <list.h>
+#include <linux/list.h>
static unsigned int find_sec(Elf_Ehdr *hdr,
Elf_Shdr *sechdrs,