aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/pch/xhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/pch/xhci.c')
-rw-r--r--src/soc/intel/broadwell/pch/xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pch/xhci.c b/src/soc/intel/broadwell/pch/xhci.c
index baaf5ba6e6..fd36fad4a0 100644
--- a/src/soc/intel/broadwell/pch/xhci.c
+++ b/src/soc/intel/broadwell/pch/xhci.c
@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#include <cpu/intel/haswell/haswell.h>
#include <delay.h>
#include <device/device.h>
#include <device/pci.h>
@@ -9,7 +10,6 @@
#include <device/pci_ops.h>
#include <soc/ramstage.h>
#include <soc/xhci.h>
-#include <soc/cpu.h>
#ifdef __SIMPLE_DEVICE__
static u8 *usb_xhci_mem_base(pci_devfn_t dev)