From 8bbcc0eb1e97f445b141591f42b2e1736cc81324 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 21 Nov 2024 12:14:37 +0100 Subject: nb/via/cx700/romstage: Include missing static.h header Commit 755ecc259c42 ("nb/via/cx700: Implement raminit") is missing an include for static.h and breaks the main branch. Fix it. Change-Id: I836ab03b4eba6f32a2ae576eafc465543179cd05 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/85232 Reviewed-by: Subrata Banik Reviewed-by: Werner Zeh Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan Reviewed-by: Angel Pons --- src/northbridge/via/cx700/romstage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/via') diff --git a/src/northbridge/via/cx700/romstage.c b/src/northbridge/via/cx700/romstage.c index b73dd91b46..d554b7656f 100644 --- a/src/northbridge/via/cx700/romstage.c +++ b/src/northbridge/via/cx700/romstage.c @@ -8,6 +8,7 @@ #include #include #include +#include #include "chip.h" #include "raminit.h" -- cgit v1.2.3