diff options
author | Kirill A. Shutemov <k.shutemov@gmail.com> | 2008-02-07 03:15:53 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:29 -0500 |
commit | c1445db9f72db0537c43a2eab6e1b0f6741162f5 (patch) | |
tree | 3ea99c656c8d3699631c29d003ffe2f81752eb79 /include/asm-x86/Kbuild | |
parent | 12debc4248a4a7f1873e47cda2cdd7faca80b099 (diff) |
Unexport asm/user.h and linux/user.h
Do not export asm/user.h and linux/user.h during make headers_install.
Signed-off-by: Kirill A. Shutemov <k.shutemov@gmail.com>
Reviewed-by: David Woodhouse <dwmw2@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-x86/Kbuild')
-rw-r--r-- | include/asm-x86/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild index 3c6f0f80e827..b04a7ff46df1 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild | |||
@@ -22,7 +22,5 @@ unifdef-y += posix_types_64.h | |||
22 | unifdef-y += ptrace.h | 22 | unifdef-y += ptrace.h |
23 | unifdef-y += unistd_32.h | 23 | unifdef-y += unistd_32.h |
24 | unifdef-y += unistd_64.h | 24 | unifdef-y += unistd_64.h |
25 | unifdef-y += user_32.h | ||
26 | unifdef-y += user_64.h | ||
27 | unifdef-y += vm86.h | 25 | unifdef-y += vm86.h |
28 | unifdef-y += vsyscall.h | 26 | unifdef-y += vsyscall.h |