Attention is currently required from: Nico Huber, Anastasia Klimchuk. Hello build bot (Jenkins), Nico Huber, Edward O'Callaghan, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/51731
to look at the new patch set (#2).
Change subject: tree: Remove forward-declarations of structs for spi masters ......................................................................
tree: Remove forward-declarations of structs for spi masters
Reorder functions to avoid forward-declarations of structs. Similar thing was done earlier for functions declarations, this patch takes care of structs declarations.
BUG=b:140394053 TEST=builds objdump -d is identical objdump -s only difference is version number
Change-Id: I256bd7c763efc010fc1f29f7c5853f150ac10739 Signed-off-by: Anastasia Klimchuk aklm@chromium.org --- M mstarddc_spi.c M ni845x_spi.c M usbblaster_spi.c 3 files changed, 218 insertions(+), 225 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/31/51731/2