diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 09:52:51 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 09:52:51 -0400 |
commit | 98ca79d52bc34b8dfff729bc8559dbb918c9d02a (patch) | |
tree | 3a7dc458e50c6950b7ca1b31380851f37a081af5 /include/linux/reiserfs_xattr.h | |
parent | 0409d3a332fc4347efba535a5003943f2a4aa1ca (diff) |
Don't include <linux/list.h> from user-visible part of reiserfs_xattr.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/reiserfs_xattr.h')
-rw-r--r-- | include/linux/reiserfs_xattr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reiserfs_xattr.h b/include/linux/reiserfs_xattr.h index 5353afb11db3..d42603dafc7c 100644 --- a/include/linux/reiserfs_xattr.h +++ b/include/linux/reiserfs_xattr.h | |||
@@ -3,7 +3,6 @@ | |||
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <linux/config.h> | 5 | #include <linux/config.h> |
6 | #include <linux/init.h> | ||
7 | #include <linux/xattr.h> | 6 | #include <linux/xattr.h> |
8 | 7 | ||
9 | /* Magic value in header */ | 8 | /* Magic value in header */ |
@@ -15,6 +14,7 @@ struct reiserfs_xattr_header { | |||
15 | }; | 14 | }; |
16 | 15 | ||
17 | #ifdef __KERNEL__ | 16 | #ifdef __KERNEL__ |
17 | #include <linux/init.h> | ||
18 | 18 | ||
19 | struct reiserfs_xattr_handler { | 19 | struct reiserfs_xattr_handler { |
20 | char *prefix; | 20 | char *prefix; |