]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/binfmt_misc.c
hfsplus: rework functionality of getting, setting and deleting of extended attributes
[karo-tx-linux.git] / fs / binfmt_misc.c
index 226aeac22ac9fbfc728ed8902235e8170a9cbf7c..b0b70fbea06cb03e1adfe854a987f01bbf9956a9 100644 (file)
@@ -104,7 +104,7 @@ static Node *check_file(struct linux_binprm *bprm)
 /*
  * the loader itself
  */
-static int load_misc_binary(struct linux_binprm *bprm, struct pt_regs *regs)
+static int load_misc_binary(struct linux_binprm *bprm)
 {
        Node *fmt;
        struct file * interp_file = NULL;