xlat: Fix missing header file dependency
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 17 May 2017 15:25:40 +0000 (16:25 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 18 May 2017 14:25:12 +0000 (15:25 +0100)
xlat_tables_arch.h uses the platform macro `PLAT_VIRT_ADDR_SPACE_SIZE`.
This macro is defined in xlat_tables_private.h only if the platform
still uses the deprecated `ADDR_SPACE_SIZE`.

Change-Id: I1c3b12ebd96bdfe9bf94b26d440c03bc0f8c0b24
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
lib/xlat_tables_v2/aarch32/xlat_tables_arch.h
lib/xlat_tables_v2/aarch64/xlat_tables_arch.h

index 28a80aad053a535735ab280cf288cd373c53c669..f75ab79102d8e55fbfd4ba18a20f9f4fd6198ab2 100644 (file)
@@ -10,6 +10,7 @@
 #include <arch.h>
 #include <platform_def.h>
 #include <xlat_tables_defs.h>
+#include "../xlat_tables_private.h"
 
 /*
  * In AArch32 state, the MMU only supports 4KB page granularity, which means
index 5b3205dc5c3c32bbc704877cfffa0d316c70c803..caccb7360b51e49c3f8dc1c0ce4109939262bd36 100644 (file)
@@ -10,6 +10,7 @@
 #include <arch.h>
 #include <platform_def.h>
 #include <xlat_tables_defs.h>
+#include "../xlat_tables_private.h"
 
 /*
  * In AArch64 state, the MMU may support 4 KB, 16 KB and 64 KB page