[PATCH 06/11] objtool: Remove superflous INIT_LIST_HEAD

From: Josh Poimboeuf
Date: Wed Mar 09 2016 - 01:10:02 EST


The insns list is initialized twice, in cmd_check() and in
decode_instructions(). Remove the latter.

Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
---
tools/objtool/builtin-check.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/tools/objtool/builtin-check.c b/tools/objtool/builtin-check.c
index 46a8985..a974f295 100644
--- a/tools/objtool/builtin-check.c
+++ b/tools/objtool/builtin-check.c
@@ -249,8 +249,6 @@ static int decode_instructions(struct objtool_file *file)
struct instruction *insn;
int ret;

- INIT_LIST_HEAD(&file->insns);
-
list_for_each_entry(sec, &file->elf->sections, list) {

if (!(sec->sh.sh_flags & SHF_EXECINSTR))
--
2.4.3