diff options
author | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2021-02-25 13:14:49 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-01 08:26:23 +0000 |
commit | d40a4c2bb4d237c174ef11ad73afc5a67ed555e7 (patch) | |
tree | dccf1a43deddc32ece6f1c9db63acd3a136a26e3 /src/drivers/usb | |
parent | 740cd31858275b25fb7d0d224720739967f4e06e (diff) |
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.c | 1 |
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 6a56ca2293..821cb5f758 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> |