From c62db35d52c6ba5f31ac36e690c58ec54b273298 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 31 May 2017 19:47:48 -0600 Subject: arm: Add explicit include of Rather than relying on common.h to provide this include, which is going away at some point, include it explicitly in each file. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- board/armltd/integrator/integrator.c | 1 + board/armltd/vexpress/vexpress_common.c | 1 + 2 files changed, 2 insertions(+) (limited to 'board/armltd') diff --git a/board/armltd/integrator/integrator.c b/board/armltd/integrator/integrator.c index fabb8b1c57..c3bafd453e 100644 --- a/board/armltd/integrator/integrator.c +++ b/board/armltd/integrator/integrator.c @@ -24,6 +24,7 @@ #include #include "arm-ebi.h" #include "integrator-sc.h" +#include DECLARE_GLOBAL_DATA_PTR; diff --git a/board/armltd/vexpress/vexpress_common.c b/board/armltd/vexpress/vexpress_common.c index 458f1d8148..89ab8f7a59 100644 --- a/board/armltd/vexpress/vexpress_common.c +++ b/board/armltd/vexpress/vexpress_common.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3