From: Sandrine Bailleux Date: Wed, 20 Sep 2017 15:39:20 +0000 (+0100) Subject: FVP: Include utils_def.h instead of utils.h X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d08f8c6adf4222369107fc46c59167db6acfd21f;p=project%2Fbcm63xx%2Fatf.git FVP: Include utils_def.h instead of utils.h platform_def.h doesn't need all the definitions in utils.h, the ones in utils_def.h are enough. This patch is related to the changes introduced by commit 53d9c9c85b. Change-Id: I4b2ff237a2d7fe07a7230e0e49b44b3fc2ca8abe Signed-off-by: Sandrine Bailleux --- diff --git a/plat/arm/board/fvp/include/platform_def.h b/plat/arm/board/fvp/include/platform_def.h index bf038e92..e4f94259 100644 --- a/plat/arm/board/fvp/include/platform_def.h +++ b/plat/arm/board/fvp/include/platform_def.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include "../fvp_def.h"