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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39677 Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
9550e97304
commit
2e4bc06b49
|
@ -14,6 +14,7 @@
|
|||
#ifndef __USB_ACPI_CHIP_H__
|
||||
#define __USB_ACPI_CHIP_H__
|
||||
|
||||
#include <arch/acpi_device.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/acpi_pld.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue