get rid of pt_regs argument of search_binary_handler()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-10-20 21:53:31 -04:00
parent 835ab32dff
commit 3c456bfc4b
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ static int load_em86(struct linux_binprm *bprm,struct pt_regs *regs)
if (retval < 0)
return retval;
return search_binary_handler(bprm, regs);
return search_binary_handler(bprm);
}
static struct linux_binfmt em86_format = {