mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
get rid of pt_regs argument of ->load_binary()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user