From d40a4c2bb4d237c174ef11ad73afc5a67ed555e7 Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Thu, 25 Feb 2021 13:14:49 -0700 Subject: acpi: Move PCI functions to separate file Signed-off-by: Tim Wawrzynczak Change-Id: Idc96b99da9f9037267c0bec2c839014b13ceb8cc Reviewed-on: https://review.coreboot.org/c/coreboot/+/51106 Reviewed-by: Furquan Shaikh Reviewed-by: Lance Zhao Tested-by: build bot (Jenkins) --- src/drivers/usb/pci_xhci/pci_xhci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/usb') 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 +#include #include #include #include -- cgit v1.2.3