FVP: Break circular dependency in platform header files
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Thu, 11 May 2017 13:19:55 +0000 (14:19 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 12 May 2017 08:34:56 +0000 (09:34 +0100)
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 <sandrine.bailleux@arm.com>
plat/arm/board/fvp/fvp_def.h

index 42de528e0ffbb8d1c3db2a77eba72d9ad6f9790c..d4f9d925f14c9f7cb38245a5180b3a2eca442344 100644 (file)
@@ -7,8 +7,6 @@
 #ifndef __FVP_DEF_H__
 #define __FVP_DEF_H__
 
-#include <arm_def.h>
-
 #ifndef FVP_CLUSTER_COUNT
 #define FVP_CLUSTER_COUNT              2
 #endif