binfmt_elf: remove unused argument in fill_elf_header
authorZhang Yanfei <[email protected]>
Fri, 22 Feb 2013 00:44:20 +0000 (16:44 -0800)
committerLinus Torvalds <[email protected]>
Fri, 22 Feb 2013 01:22:26 +0000 (17:22 -0800)
commitd3330cf08ccf9aef28a3e5740fd5cc7ac536db84
tree86faeb4546b2805e3e9717b1a75702cfa2be2d4b
parent37581c28e9e77f44a3124ebab99b98643bda1aa2
binfmt_elf: remove unused argument in fill_elf_header

In fill_elf_header(), elf->e_ident[EI_OSABI] is always set to ELF_OSABI,
so remove the unused argument 'osabi'.

Signed-off-by: Zhang Yanfei <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/binfmt_elf.c