OSDN Git Service

get rid of pt_regs argument of ->load_binary()
[uclinux-h8/linux.git] / fs / binfmt_script.c
index 798b729..8c95499 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/err.h>
 #include <linux/fs.h>
 
-static int load_script(struct linux_binprm *bprm,struct pt_regs *regs)
+static int load_script(struct linux_binprm *bprm)
 {
        const char *i_arg, *i_name;
        char *cp;