From: Ulises Cardenas Date: Mon, 4 May 2015 14:53:28 +0000 (-0500) Subject: imx: dek_blob: Add explicit include for mapmem X-Git-Tag: v2015.07-rc2~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98a49e534026b70e75107877fc727fc70da58349;p=platform%2Fkernel%2Fu-boot.git imx: dek_blob: Add explicit include for mapmem Boards such as imx6q_sabresd might not have mapmem.h as part of their common library. This causes a build error if the DEK blob command is enabled. Fix: make explicit the include of mapmem.h Signed-off-by: Ulises Cardenas Reviewed-by: Ruchika Gupta --- diff --git a/arch/arm/imx-common/cmd_dek.c b/arch/arm/imx-common/cmd_dek.c index d93d5fb..ada8adf 100644 --- a/arch/arm/imx-common/cmd_dek.c +++ b/arch/arm/imx-common/cmd_dek.c @@ -14,6 +14,7 @@ #include #include #include +#include DECLARE_GLOBAL_DATA_PTR;