diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-10 01:46:24 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 11:18:05 -0800 |
commit | 5b0a2075adb04846870a7fc1e62b08a532054ba6 (patch) | |
tree | fc877f8acfe582e2b096ae7d699d34e160b8a8e6 /include/linux/Kbuild | |
parent | 842f968f3fcdc475c95ec76a03b29c5147e87b54 (diff) | |
download | blackbird-op-linux-5b0a2075adb04846870a7fc1e62b08a532054ba6.tar.gz blackbird-op-linux-5b0a2075adb04846870a7fc1e62b08a532054ba6.zip |
[PATCH] cleanup include/linux/xattr.h
- reduce the userspace visible part
- fix the in-kernel compilation
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 683513e310de..bb881c3219fa 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -156,7 +156,6 @@ header-y += video_encoder.h header-y += videotext.h header-y += vt.h header-y += wireless.h -header-y += xattr.h header-y += x25.h unifdef-y += acct.h @@ -336,6 +335,7 @@ unifdef-y += wait.h unifdef-y += wanrouter.h unifdef-y += watchdog.h unifdef-y += wireless.h +unifdef-y += xattr.h unifdef-y += xfrm.h objhdr-y += version.h |