From 5605f1b4ab7661f893bf0f10aea72cacdd51dc99 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 21 Mar 2013 18:43:51 -0700 Subject: Fix compilation of Intel LynxPoint based boards The haswell patches that verified correctly were not yet submitted, but verified correctly. However they still used romcc_io.h which was dropped in another patch earlier today. With a lot of development happening in parallel, this is unfortunately nothing that the gerrit 2.6 Rebase If Necessary submit type could have fixed. Change-Id: Ifef9ae05b22c408e78d6cff37defd68e4ed91ed9 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/2876 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/southbridge/intel/lynxpoint/pch.c | 6 +----- src/southbridge/intel/lynxpoint/pmutil.c | 7 +------ src/southbridge/intel/lynxpoint/rcba.c | 4 ---- 3 files changed, 2 insertions(+), 15 deletions(-) (limited to 'src/southbridge') diff --git a/src/southbridge/intel/lynxpoint/pch.c b/src/southbridge/intel/lynxpoint/pch.c index b4f64e1436..cc3718d444 100644 --- a/src/southbridge/intel/lynxpoint/pch.c +++ b/src/southbridge/intel/lynxpoint/pch.c @@ -21,14 +21,10 @@ #include #include -#ifdef __SMM__ #include -#include -#include -#else /* !__SMM__ */ #include #include -#endif +#include #include "pch.h" static device_t pch_get_lpc_device(void) diff --git a/src/southbridge/intel/lynxpoint/pmutil.c b/src/southbridge/intel/lynxpoint/pmutil.c index ec4d473a58..3a0b70b0b3 100644 --- a/src/southbridge/intel/lynxpoint/pmutil.c +++ b/src/southbridge/intel/lynxpoint/pmutil.c @@ -25,14 +25,9 @@ */ #include -#ifdef __SMM__ -#include -#include -#else /* !__SMM__ */ #include #include -#endif - +#include #include #include "pch.h" diff --git a/src/southbridge/intel/lynxpoint/rcba.c b/src/southbridge/intel/lynxpoint/rcba.c index d41aa8686e..8cc97a9aea 100644 --- a/src/southbridge/intel/lynxpoint/rcba.c +++ b/src/southbridge/intel/lynxpoint/rcba.c @@ -20,13 +20,9 @@ #include #include -#ifdef __PRE_RAM__ #include -#include -#else #include #include -#endif #include "pch.h" void pch_config_rcba(const struct rcba_config_instruction *rcba_config) -- cgit v1.2.3