Commit 6cc931b9 authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by Linus Torvalds

Unexport asm/elf.h

Do not export asm/elf.h during make headers_install.
Signed-off-by: default avatarKirill A. Shutemov <k.shutemov@gmail.com>
Reviewed-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 516c25a8
...@@ -29,5 +29,4 @@ unifdef-y += types.h ...@@ -29,5 +29,4 @@ unifdef-y += types.h
unifdef-y += unistd.h unifdef-y += unistd.h
# These probably shouldn't be exported # These probably shouldn't be exported
unifdef-y += elf.h
unifdef-y += page.h unifdef-y += page.h
...@@ -60,7 +60,6 @@ header-y += dqblk_v2.h ...@@ -60,7 +60,6 @@ header-y += dqblk_v2.h
header-y += dqblk_xfs.h header-y += dqblk_xfs.h
header-y += efs_fs_sb.h header-y += efs_fs_sb.h
header-y += elf-fdpic.h header-y += elf-fdpic.h
header-y += elf.h
header-y += elf-em.h header-y += elf-em.h
header-y += fadvise.h header-y += fadvise.h
header-y += fd.h header-y += fd.h
...@@ -190,6 +189,7 @@ unifdef-y += dccp.h ...@@ -190,6 +189,7 @@ unifdef-y += dccp.h
unifdef-y += dirent.h unifdef-y += dirent.h
unifdef-y += dlm.h unifdef-y += dlm.h
unifdef-y += edd.h unifdef-y += edd.h
unifdef-y += elf.h
unifdef-y += elfcore.h unifdef-y += elfcore.h
unifdef-y += errno.h unifdef-y += errno.h
unifdef-y += errqueue.h unifdef-y += errqueue.h
......
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/elf-em.h> #include <linux/elf-em.h>
#ifdef __KERNEL__
#include <asm/elf.h> #include <asm/elf.h>
#endif
struct file; struct file;
......
...@@ -16,7 +16,9 @@ struct elf_siginfo ...@@ -16,7 +16,9 @@ struct elf_siginfo
int si_errno; /* errno */ int si_errno; /* errno */
}; };
#ifdef __KERNEL__
#include <asm/elf.h> #include <asm/elf.h>
#endif
#ifndef __KERNEL__ #ifndef __KERNEL__
typedef elf_greg_t greg_t; typedef elf_greg_t greg_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment