* [PATCH] Include kernel.h from configfs.h
@ 2008-02-11 12:16 bn
0 siblings, 0 replies; only message in thread
From: bn @ 2008-02-11 12:16 UTC (permalink / raw)
To: joel.becker; +Cc: linux-kernel
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-11 12:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-11 12:16 [PATCH] Include kernel.h from configfs.h bn
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®