projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8943f26
)
Include kernel.h from configfs.h
author
Ben Nizette
<bn@niasdigital.com>
Fri, 15 Feb 2008 03:31:31 +0000
(19:31 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 15 Feb 2008 04:58:05 +0000
(20:58 -0800)
configfs.h uses the container_of macro and as such should include kernel.h.
Signed-off-by: Ben Nizette <bn@niasdigital.com>
Cc: Joel Becker <Joel.Becker@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/configfs.h
patch
|
blob
|
history
diff --git
a/include/linux/configfs.h
b/include/linux/configfs.h
index 8c6967f3fb1101002a3fddb9141979cca208255e..4b287ad9371abe101956dd2a05015ca7cda7459f 100644
(file)
--- 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>