diff --git a/arch/x86/geodelx/stage1.c b/arch/x86/geodelx/stage1.c index 0c4a54b519..a34b587f8e 100644 --- a/arch/x86/geodelx/stage1.c +++ b/arch/x86/geodelx/stage1.c @@ -20,9 +20,9 @@ #include #include -#include #include #include +#include static const struct msrinit msr_table[] = { /* Setup access to cache under 1MB. */ diff --git a/southbridge/amd/cs5536/stage1.c b/southbridge/amd/cs5536/stage1.c index 7afda12166..ea1275e7dc 100644 --- a/southbridge/amd/cs5536/stage1.c +++ b/southbridge/amd/cs5536/stage1.c @@ -18,6 +18,7 @@ */ #include +#include #include #include #include