From: yegorslists@googlemail.com
To: barebox@lists.infradead.org
Subject: [PATCH 1/2] dcache: add missing linux/list.h include
Date: Fri, 29 Jan 2016 15:06:20 +0100 [thread overview]
Message-ID: <1454076381-17375-1-git-send-email-yegorslists@googlemail.com> (raw)
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
next reply other threads:[~2016-01-29 14:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-29 14:06 yegorslists [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454076381-17375-1-git-send-email-yegorslists@googlemail.com \
--to=yegorslists@googlemail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox