Don't include <linux/list.h> from user-visible part of reiserfs_xattr.h
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 25 Apr 2006 13:52:51 +0000 (14:52 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 25 Apr 2006 13:52:51 +0000 (14:52 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/reiserfs_xattr.h

index 5353afb11db391671a6957ac0500f09ca0b12b38..d42603dafc7c2eeca6f2068ee6ab71276219a538 100644 (file)
@@ -3,7 +3,6 @@
 */
 
 #include <linux/config.h>
-#include <linux/init.h>
 #include <linux/xattr.h>
 
 /* Magic value in header */
@@ -15,6 +14,7 @@ struct reiserfs_xattr_header {
 };
 
 #ifdef __KERNEL__
+#include <linux/init.h>
 
 struct reiserfs_xattr_handler {
        char *prefix;
This page took 0.024865 seconds and 5 git commands to generate.