commit | 0778361837bfaaa0bcf9ee79f0edd10e3a220899 | [log] [tgz] |
---|---|---|
author | Ben Nizette <[email protected]> | Thu Feb 14 19:31:31 2008 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Feb 14 20:58:05 2008 -0800 |
tree | 48ebd4cb4dbd0b4b7b4907f20123b985815ff4b2 | |
parent | 8943f268f32de8e33c71089d8ba26423633544f2 [diff] [blame] |
Include kernel.h from configfs.h configfs.h uses the container_of macro and as such should include kernel.h. Signed-off-by: Ben Nizette <[email protected]> Cc: Joel Becker <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
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>