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>
This commit is contained in:

committed by
Linus Torvalds

parent
516c25a86f
commit
6cc931b9b5
@@ -16,7 +16,9 @@ struct elf_siginfo
|
||||
int si_errno; /* errno */
|
||||
};
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#include <asm/elf.h>
|
||||
#endif
|
||||
|
||||
#ifndef __KERNEL__
|
||||
typedef elf_greg_t greg_t;
|
||||
|
Reference in New Issue
Block a user