get rid of pt_regs argument of ->load_binary()
[linux-2.6-block.git] / include / linux / binfmts.h
index 1f6ce133b4c1be42e93ce30435e06e051d8fd5cb..2630c9b41a8680c9411475f99b6f81f3efdc4f79 100644 (file)
@@ -72,7 +72,7 @@ struct coredump_params {
 struct linux_binfmt {
        struct list_head lh;
        struct module *module;
-       int (*load_binary)(struct linux_binprm *, struct  pt_regs * regs);
+       int (*load_binary)(struct linux_binprm *);
        int (*load_shlib)(struct file *);
        int (*core_dump)(struct coredump_params *cprm);
        unsigned long min_coredump;     /* minimal dump size */