Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43999
to look at the new patch set (#2).
Change subject: src/lib: Remove unused function parameters in imd.c ......................................................................
src/lib: Remove unused function parameters in imd.c
Remove const struct imd *imd and const struct imdr *imdr parameters from the prototypes of imdr_entry_size(), imd_entry_size() and imd_entry_id() functions since they are not used anywhere.
Signed-off-by: Anna Karas aka@semihalf.com Change-Id: I6b43e9a5ae1f1d108024b4060a04c57f5d77fb55 --- M src/include/imd.h M src/lib/ext_stage_cache.c M src/lib/imd.c M src/lib/imd_cbmem.c 4 files changed, 14 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/43999/2