summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/device')
-rw-r--r--src/device/xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/xhci.c b/src/device/xhci.c
index 4523b56adc..f7c5958a6c 100644
--- a/src/device/xhci.c
+++ b/src/device/xhci.c
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-#include <arch/mmio.h>
#include <console/console.h>
+#include <device/mmio.h>
#include <device/pci_def.h>
#include <device/xhci.h>
#include <string.h>