Skip to content

Commit

Permalink
Don't include <linux/list.h> from user-visible part of reiserfs_xattr.h
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent 0409d3a commit 98ca79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/reiserfs_xattr.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*/

#include <linux/config.h>
#include <linux/init.h>
#include <linux/xattr.h>

/* Magic value in header */
Expand All @@ -15,6 +14,7 @@ struct reiserfs_xattr_header {
};

#ifdef __KERNEL__
#include <linux/init.h>

struct reiserfs_xattr_handler {
char *prefix;
Expand Down

0 comments on commit 98ca79d

Please sign in to comment.