projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0409d3a
)
Don't include <linux/list.h> from user-visible part of reiserfs_xattr.h
author
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 13:52:51 +0000
(14:52 +0100)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/reiserfs_xattr.h
b/include/linux/reiserfs_xattr.h
index 5353afb11db391671a6957ac0500f09ca0b12b38..d42603dafc7c2eeca6f2068ee6ab71276219a538 100644
(file)
--- a/
include/linux/reiserfs_xattr.h
+++ b/
include/linux/reiserfs_xattr.h
@@
-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;