From d3330cf08ccf9aef28a3e5740fd5cc7ac536db84 Mon Sep 17 00:00:00 2001 From: Zhang Yanfei Date: Thu, 21 Feb 2013 16:44:20 -0800 Subject: [PATCH] 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 Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed