From d50ece03d9e95ac2e35546ceff0f787199e4420e Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Mon, 20 Feb 2017 14:22:22 +0000 Subject: Simplify translation tables headers dependencies The files affected by this patch don't really depend on `xlat_tables.h`. By changing the included file it becomes easier to switch between the two versions of the translation tables library. Change-Id: Idae9171c490e0865cb55883b19eaf942457c4ccc Signed-off-by: Antonio Nino Diaz --- common/bl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/bl_common.c b/common/bl_common.c index 1d665307..58d8e863 100644 --- a/common/bl_common.c +++ b/common/bl_common.c @@ -39,7 +39,7 @@ #include #include #include -#include +#include uintptr_t page_align(uintptr_t value, unsigned dir) { -- cgit v1.2.3