commit | 05345425cab4202b356085afcac485614a9b52a9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Oct 15 02:03:55 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 21 03:46:04 2021 +0200 |
tree | f5f6112625fd86ac4e795dfdf8561177ef5c1e82 | |
parent | fc42b8bb75927e81f5c774e677abb990d23f0c38 [diff] |
efi_loader: efi_dp_from_lo() unused parameter size Parameter size is never used in function efi_dp_from_lo(). Remove it. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>