From e189043aece3a43dc47be57bf5768077ddeb6066 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 15 May 2024 17:07:45 +0200 Subject: mb/amd/birman/update_devicetree_phoenix_opensil: use common header file Instead of including stub/mpio/chip.h, include chip/mpio/chip.h that will include the correct implementation to be able to use the same file with both the openSIL stub and the actual openSIL implementation glue code. Signed-off-by: Felix Held Change-Id: Iaae26a0dfe0ba96842e72582c06f1b0b3f29871c Reviewed-on: https://review.coreboot.org/c/coreboot/+/82472 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/amd/birman/update_devicetree_phoenix_opensil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/birman/update_devicetree_phoenix_opensil.c b/src/mainboard/amd/birman/update_devicetree_phoenix_opensil.c index 6e44302ec3..8f7803f57c 100644 --- a/src/mainboard/amd/birman/update_devicetree_phoenix_opensil.c +++ b/src/mainboard/amd/birman/update_devicetree_phoenix_opensil.c @@ -2,7 +2,7 @@ #include #include -#include +#include #include "update_devicetree.h" static void mainboard_update_mpio(void) -- cgit v1.2.3