mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
parent
516c25a86f
commit
6cc931b9b5
4 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,9 @@
|
|||
|
||||
#include <linux/types.h>
|
||||
#include <linux/elf-em.h>
|
||||
#ifdef __KERNEL__
|
||||
#include <asm/elf.h>
|
||||
#endif
|
||||
|
||||
struct file;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue