[PARISC] hpux: Remove obsolete regs parameter from do_execve() in hpux_execve()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 28 Dec 2012 20:28:09 +0000 (21:28 +0100)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 30 Jan 2013 02:26:57 +0000 (13:26 +1100)
commit6c700d71f7faecb540b3fa4303edb5323a2768c1
tree65f45866f1eda94d8cd8bb601aa374b50f7470f6
parent7139bc1579901b53db7e898789e916ee2fb52d78
[PARISC] hpux: Remove obsolete regs parameter from do_execve() in hpux_execve()

commit da3d4c5fa56236dd924d77ffc4f982356816b93b ("get rid of pt_regs
argument of do_execve()") removed the parameter, but forgot to update
hpux_execve():

arch/parisc/hpux/fs.c: In function 'hpux_execve':
arch/parisc/hpux/fs.c:47:6: error: too many arguments to function 'do_execve'

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
arch/parisc/hpux/fs.c