Hello Bora Guvendik, build bot (Jenkins), Furquan Shaikh, Selma Bensaid, Nick Vaccaro, Kevin Chowski, EricR Lai,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39677
to look at the new patch set (#3).
Change subject: drivers/usb/acpi: Add needed #include file ......................................................................
drivers/usb/acpi: Add needed #include file
The chip.h for this driver was updated to add a reset GPIO, but did not add the required #include of <arch/acpi_device.h>. This likely still compiled because other chip.h files included before it may have included it themselves.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: I13200f7347fd17739a377e8ad0906ab7e5d6ae1b --- M src/drivers/usb/acpi/chip.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/39677/3