summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-01-29 15:06:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-03 07:57:36 +0100
commitf0c29241001e44f6d29b757be9c7efeed6b0b2fe (patch)
treebaf47b41fc32866c5775c8d91c1b05b3bb8c0902 /include/linux/dcache.h
parentc8b37d49830a38243d570b90d03da6be8c0b664c (diff)
downloadbarebox-f0c29241001e44f6d29b757be9c7efeed6b0b2fe.tar.gz
barebox-f0c29241001e44f6d29b757be9c7efeed6b0b2fe.tar.xz
dcache: add missing linux/list.h include
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 9f33e75f31..dfb466722c 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -10,6 +10,7 @@
* with heavy changes by Linus Torvalds
*/
+#include <linux/list.h>
#include <linux/spinlock.h>
#define IS_ROOT(x) ((x) == (x)->d_parent)