summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2020-03-19 14:52:03 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-03-25 10:44:30 +0000
commit2e4bc06b49b413d7524d748cc1626b1737dfd7d1 (patch)
treecb8211d25491f76164d33395547480b598e53992 /src/drivers/usb
parent9550e97304ecc1c1b6271d50ea089c82b9a82946 (diff)
downloadcoreboot-2e4bc06b49b413d7524d748cc1626b1737dfd7d1.tar.gz
coreboot-2e4bc06b49b413d7524d748cc1626b1737dfd7d1.tar.bz2
coreboot-2e4bc06b49b413d7524d748cc1626b1737dfd7d1.zip
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>
Diffstat (limited to 'src/drivers/usb')
-rw-r--r--src/drivers/usb/acpi/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/usb/acpi/chip.h b/src/drivers/usb/acpi/chip.h
index bce73c6755b1..79033bbf4e52 100644
--- a/src/drivers/usb/acpi/chip.h
+++ b/src/drivers/usb/acpi/chip.h
@@ -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>