aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/root_complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/root_complex.c')
-rw-r--r--src/soc/amd/picasso/root_complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/root_complex.c b/src/soc/amd/picasso/root_complex.c
index 5166fe5ba7..8b348dccde 100644
--- a/src/soc/amd/picasso/root_complex.c
+++ b/src/soc/amd/picasso/root_complex.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <acpi/acpigen.h>
+#include <amdblocks/memmap.h>
#include <arch/ioapic.h>
#include <assert.h>
#include <cbmem.h>
@@ -12,7 +13,6 @@
#include <device/pci_ids.h>
#include <fsp/util.h>
#include <stdint.h>
-#include <soc/memmap.h>
#include <soc/iomap.h>
#include "chip.h"