From: bn@niasdigital.com
To: joel.becker@oracle.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Include kernel.h from configfs.h
Date: Mon, 11 Feb 2008 23:16:23 +1100 (EST) [thread overview]
Message-ID: <9989.59.167.46.164.1202732183.squirrel@babylon.websiteactive.com> (raw)
configfs.h uses the container_of macro and as such should include kernel.h.
Signed-Off-By: Ben Nizette <bn@niasdigital.com>
---
diff --git a/include/linux/configfs.h b/include/linux/configfs.h
index 8c6967f..4b287ad 100644
--- a/include/linux/configfs.h
+++ b/include/linux/configfs.h
@@ -37,6 +37,7 @@
#ifdef __KERNEL__
+#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/kref.h>
reply other threads:[~2008-02-11 12:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=9989.59.167.46.164.1202732183.squirrel@babylon.websiteactive.com \
--to=bn@niasdigital.com \
--cc=joel.becker@oracle.com \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®