On 16 January 2014 10:33, Sachin Kamat sachin.kamat@linaro.org wrote:
Hi Tushar,
On 15 January 2014 17:27, Tushar Behera tushar.behera@linaro.org wrote:
There is no need to include "plat/map-base.h" in ipp driver. Remove this and enable this driver for multi-platform.
Signed-off-by: Tushar Behera tushar.behera@linaro.org
drivers/gpu/drm/exynos/exynos_drm_gsc.c also has this header file included. If this file is needed there, then you may have to add !ARCH_MULTIPLATFORM as its dependency.
Yes, true. There are still some users for this header file within exynos_drm_gsc.c, so we need to make the compilation conditional. I will add that and resend the patch.
-- With warm regards, Sachin
Thanks.