From 144c3f5e4b76bf42971fffe5d7e0ac69405ec55b Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Thu, 11 May 2017 14:19:55 +0100 Subject: FVP: Break circular dependency in platform header files We used to have the following circular dependency in the FVP platform header files: +-> arm_def.h ---> platform_def.h ---> fvp_def.h --+ |__________________________________________________| This patch breaks it by not including 'arm_def.h' from 'fvp_def.h'. Change-Id: I280d906559e3343dd38764029e77c0ea768b4fec Signed-off-by: Sandrine Bailleux --- plat/arm/board/fvp/fvp_def.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plat/arm') diff --git a/plat/arm/board/fvp/fvp_def.h b/plat/arm/board/fvp/fvp_def.h index 42de528e..d4f9d925 100644 --- a/plat/arm/board/fvp/fvp_def.h +++ b/plat/arm/board/fvp/fvp_def.h @@ -7,8 +7,6 @@ #ifndef __FVP_DEF_H__ #define __FVP_DEF_H__ -#include - #ifndef FVP_CLUSTER_COUNT #define FVP_CLUSTER_COUNT 2 #endif -- cgit v1.2.3