get rid of pt_regs argument of search_binary_handler()
[cascardo/linux.git] / fs / binfmt_em86.c
index 2790c7e..7e12571 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 = {