mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Don't include <linux/list.h> from user-visible part of reiserfs_xattr.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
0409d3a332
commit
98ca79d52b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
#include <linux/init.h>
|
|
||||||
#include <linux/xattr.h>
|
#include <linux/xattr.h>
|
||||||
|
|
||||||
/* Magic value in header */
|
/* Magic value in header */
|
||||||
|
@ -15,6 +14,7 @@ struct reiserfs_xattr_header {
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
#include <linux/init.h>
|
||||||
|
|
||||||
struct reiserfs_xattr_handler {
|
struct reiserfs_xattr_handler {
|
||||||
char *prefix;
|
char *prefix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue