From 78b05dfbb26320f4c875e7cd5bcbeb95b2b9d64a Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 11 Nov 2017 19:14:31 -0700 Subject: soc/amd/stoneyridge: Remove direct AGESA header includes All AGESA headers should be included only through agesawrapper.h BUG=b:66818758 TEST=Build gardenia; Build & boot kahlee Change-Id: Iadc516e11148048ed9bf43c7a46827793245027a Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/21716 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/amd/stoneyridge/include/fchec.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/soc/amd/stoneyridge/include') diff --git a/src/soc/amd/stoneyridge/include/fchec.h b/src/soc/amd/stoneyridge/include/fchec.h index acbc1386a9..e5e9cfd888 100644 --- a/src/soc/amd/stoneyridge/include/fchec.h +++ b/src/soc/amd/stoneyridge/include/fchec.h @@ -16,12 +16,9 @@ #ifndef __AMD_STONEY_FCHEC__ #define __AMD_STONEY_FCHEC__ +#include #include -#include "Porting.h" -#include "AGESA.h" -#include "FchCommonCfg.h" -extern VOID FchECfancontrolservice (IN VOID *FchDataPtr); void agesawrapper_fchecfancontrolservice(void); #endif -- cgit v1.2.3