mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] dcache: add missing linux/list.h include
@ 2016-01-29 14:06 yegorslists
  2016-01-29 14:06 ` [PATCH 2/2] fs: add super_operations infrastructure yegorslists
  2016-02-01  8:18 ` [PATCH 1/2] dcache: add missing linux/list.h include Sascha Hauer
  0 siblings, 2 replies; 5+ messages in thread
From: yegorslists @ 2016-01-29 14:06 UTC (permalink / raw)
  To: barebox

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 include/linux/dcache.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 9f33e75..dfb4667 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)
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-02  7:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-29 14:06 [PATCH 1/2] dcache: add missing linux/list.h include yegorslists
2016-01-29 14:06 ` [PATCH 2/2] fs: add super_operations infrastructure yegorslists
2016-02-01  8:47   ` Sascha Hauer
2016-02-02  7:27     ` Yegor Yefremov
2016-02-01  8:18 ` [PATCH 1/2] dcache: add missing linux/list.h include Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox