diff options
author | Kirill A. Shutemov <k.shutemov@gmail.com> | 2008-02-07 03:15:55 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:30 -0500 |
commit | 6cc931b9b5ec652c90b928f3ec2163f261552c91 (patch) | |
tree | 0f01557ada755c56baffe102614149ad190ebb02 /include/asm-generic | |
parent | 516c25a86f6bdad77ded01a43c52c5569c8d690c (diff) |
Unexport asm/elf.h
Do not export asm/elf.h during make headers_install.
Signed-off-by: Kirill A. Shutemov <k.shutemov@gmail.com>
Reviewed-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/Kbuild.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/Kbuild.asm b/include/asm-generic/Kbuild.asm index 1f8c3df1c26d..d00fd67e6367 100644 --- a/include/asm-generic/Kbuild.asm +++ b/include/asm-generic/Kbuild.asm | |||
@@ -29,5 +29,4 @@ unifdef-y += types.h | |||
29 | unifdef-y += unistd.h | 29 | unifdef-y += unistd.h |
30 | 30 | ||
31 | # These probably shouldn't be exported | 31 | # These probably shouldn't be exported |
32 | unifdef-y += elf.h | ||
33 | unifdef-y += page.h | 32 | unifdef-y += page.h |