aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-08-03 12:14:44 +0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-09-20 09:51:13 -0400
commit826eba4db0c643cc0e705c8365902c63fac2b7ee (patch)
treee1407d7f4ce93df18772ea7618d6884ce2ff6f0c /fs/binfmt_elf_fdpic.c
parentget rid of generic instances of asm/exec.h (diff)
downloadlinux-dev-826eba4db0c643cc0e705c8365902c63fac2b7ee.tar.xz
linux-dev-826eba4db0c643cc0e705c8365902c63fac2b7ee.zip
the only place that needs to include asm/exec.h is linux/binfmts.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/binfmt_elf_fdpic.c')
-rw-r--r--fs/binfmt_elf_fdpic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/binfmt_elf_fdpic.c b/fs/binfmt_elf_fdpic.c
index 3d77cf81ba3c..c298f2efc1bf 100644
--- a/fs/binfmt_elf_fdpic.c
+++ b/fs/binfmt_elf_fdpic.c
@@ -39,7 +39,6 @@
#include <asm/uaccess.h>
#include <asm/param.h>
#include <asm/pgalloc.h>
-#include <asm/exec.h>
typedef char *elf_caddr_t;