get rid of pt_regs argument of search_binary_handler()
[deliverable/linux.git] / fs / binfmt_em86.c
index 2790c7e1912eca0338bf97d470e9ca5b47252159..7e125718a75ec71c6db477ddd9690946ab4846b9 100644 (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 = {
This page took 0.03737 seconds and 5 git commands to generate.