From 935c99a3a9bcafc69964781c7c46b0c62c4c1583 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 1 Aug 2008 16:59:09 +0000 Subject: [PATCH] minor include stuff. Signed-off-by: Ronald G. Minnich Acked-by: Marc Jones Acked-by: Peter Stuge git-svn-id: svn://coreboot.org/repository/coreboot-v3@701 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/geodelx/stage1.c | 2 +- southbridge/amd/cs5536/stage1.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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