diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-10 04:46:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 14:18:05 -0500 |
commit | 5b0a2075adb04846870a7fc1e62b08a532054ba6 (patch) | |
tree | fc877f8acfe582e2b096ae7d699d34e160b8a8e6 /include/linux/Kbuild | |
parent | 842f968f3fcdc475c95ec76a03b29c5147e87b54 (diff) |
[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 | |||
156 | header-y += videotext.h | 156 | header-y += videotext.h |
157 | header-y += vt.h | 157 | header-y += vt.h |
158 | header-y += wireless.h | 158 | header-y += wireless.h |
159 | header-y += xattr.h | ||
160 | header-y += x25.h | 159 | header-y += x25.h |
161 | 160 | ||
162 | unifdef-y += acct.h | 161 | unifdef-y += acct.h |
@@ -336,6 +335,7 @@ unifdef-y += wait.h | |||
336 | unifdef-y += wanrouter.h | 335 | unifdef-y += wanrouter.h |
337 | unifdef-y += watchdog.h | 336 | unifdef-y += watchdog.h |
338 | unifdef-y += wireless.h | 337 | unifdef-y += wireless.h |
338 | unifdef-y += xattr.h | ||
339 | unifdef-y += xfrm.h | 339 | unifdef-y += xfrm.h |
340 | 340 | ||
341 | objhdr-y += version.h | 341 | objhdr-y += version.h |