the only place that needs to include asm/exec.h is linux/binfmts.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-08-03 12:14:44 +04:00
parent ddd03a1f75
commit 826eba4db0
5 changed files with 1 additions and 4 deletions
+1
View File
@@ -19,6 +19,7 @@ struct pt_regs;
#ifdef __KERNEL__
#include <linux/sched.h>
#include <asm/exec.h>
#define CORENAME_MAX_SIZE 128