[PATCH V2] drm/exynos: Fix multiplatform breakage for ipp/gsc

2014-01-21 Thread Inki Dae
Applied. Thanks, Inki Dae 2014/1/16 Tushar Behera : > There is no need to include "plat/map-base.h" in ipp driver. Remove > this and enable this driver for multi-platform. > > However gsc driver is not multiplatform compliant yet, so make the > compilation conditional upon !ARCH_MULTIPLATFORM. >

[PATCH V2] drm/exynos: Fix multiplatform breakage for ipp/gsc

2014-01-16 Thread Tushar Behera
There is no need to include "plat/map-base.h" in ipp driver. Remove this and enable this driver for multi-platform. However gsc driver is not multiplatform compliant yet, so make the compilation conditional upon !ARCH_MULTIPLATFORM. Signed-off-by: Tushar Behera --- Changes for V2: * Made compila