Re: [PATCH v2 24/25] objtool: Remove --lto and --vmlinux in favor of --link
From: Miroslav Benes
Date: Wed Apr 20 2022 - 13:25:30 EST
> -static void init_insn_state(struct insn_state *state, struct section *sec)
> +static void init_insn_state(struct objtool_file *file, struct insn_state *state,
> + struct section *sec)
file is not needed anymore here.
Miroslav