]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/binfmt_elf.c
the only place that needs to include asm/exec.h is linux/binfmts.h
[karo-tx-linux.git] / fs / binfmt_elf.c
index 1b52956afe33ab07889c3963ce2c41b32133483b..2ab91905b2e2ca848c1ebc02caa313b5602065cf 100644 (file)
@@ -35,7 +35,6 @@
 #include <asm/uaccess.h>
 #include <asm/param.h>
 #include <asm/page.h>
-#include <asm/exec.h>
 
 static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs);
 static int load_elf_library(struct file *);