Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/35830
to look at the new patch set (#2).
Change subject: linux_spi: add missing include ......................................................................
linux_spi: add missing include
Some defines (e.g. _IOC_SIZEBITS) are defined in linux/ioctl.h, so it must be included before it is used, by SPI_IOC_MESSAGE from linux/spi/spidev.h
Fixes build errors with the musl C library.
Signed-off-by: "Yann E. MORIN" yann.morin.1998@free.fr Retrieved from: https://git.buildroot.net/buildroot/tree/package/flashrom/0001-spi.patch Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com Change-Id: Ieab60f59bc63aca0dc4867f31699dab4167da05b --- M linux_spi.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/30/35830/2