src/lib: Remove unused function parameters in imd.c
commit215e7fc399bc75f67209a2ad9ac7c9c2b5a10150
authorAnna Karas <aka@semihalf.com>
Thu, 16 Jul 2020 12:12:30 +0000 (16 14:12 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Tue, 4 Aug 2020 07:13:59 +0000 (4 07:13 +0000)
treedb0ef42823237532766c9416ffcbbfed318ac7b3
parent93d678f8bea812c2d7ab5b4885971d0f9b25fd78
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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43999
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/include/imd.h
src/lib/ext_stage_cache.c
src/lib/imd.c
src/lib/imd_cbmem.c