summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2021-02-25 13:14:49 -0700
committerPatrick Georgi <pgeorgi@google.com>2021-03-01 08:26:23 +0000
commitd40a4c2bb4d237c174ef11ad73afc5a67ed555e7 (patch)
treedccf1a43deddc32ece6f1c9db63acd3a136a26e3 /src/drivers/usb
parent740cd31858275b25fb7d0d224720739967f4e06e (diff)
downloadcoreboot-d40a4c2bb4d237c174ef11ad73afc5a67ed555e7.tar.gz
coreboot-d40a4c2bb4d237c174ef11ad73afc5a67ed555e7.tar.bz2
coreboot-d40a4c2bb4d237c174ef11ad73afc5a67ed555e7.zip
acpi: Move PCI functions to separate file
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Change-Id: Idc96b99da9f9037267c0bec2c839014b13ceb8cc Reviewed-on: https://review.coreboot.org/c/coreboot/+/51106 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Lance Zhao Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/usb')
-rw-r--r--src/drivers/usb/pci_xhci/pci_xhci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/usb/pci_xhci/pci_xhci.c b/src/drivers/usb/pci_xhci/pci_xhci.c
index 6a56ca2293e4..821cb5f75859 100644
--- a/src/drivers/usb/pci_xhci/pci_xhci.c
+++ b/src/drivers/usb/pci_xhci/pci_xhci.c
@@ -2,6 +2,7 @@
#include "pci_xhci.h"
#include <acpi/acpigen.h>
+#include <acpi/acpigen_pci.h>
#include <console/console.h>
#include <device/pci.h>
#include <device/pci_ids.h>