HAOUAS Elyes has uploaded this change for review.

View Change

mb/amd/olivehill/bootblock.c: Add missing <arch/io.h>

Change-Id: I75ea4fc71cf22e5ad547329db2451342cee528b2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/mainboard/amd/olivehill/bootblock.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/45314/1
diff --git a/src/mainboard/amd/olivehill/bootblock.c b/src/mainboard/amd/olivehill/bootblock.c
index d1bdd09..0dd836f 100644
--- a/src/mainboard/amd/olivehill/bootblock.c
+++ b/src/mainboard/amd/olivehill/bootblock.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */

#include <amdblocks/acpimmio.h>
+#include <arch/io.h>
#include <bootblock_common.h>
#include <device/pnp_ops.h>


To view, visit change 45314. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I75ea4fc71cf22e5ad547329db2451342cee528b2
Gerrit-Change-Number: 45314
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange