drm/exynos: Fix multiplatform breakage for ipp/gsc
authorTushar Behera <tushar.behera@linaro.org>
Thu, 16 Jan 2014 06:27:57 +0000 (11:57 +0530)
committerInki Dae <inki.dae@samsung.com>
Fri, 7 Feb 2014 01:43:52 +0000 (10:43 +0900)
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 <tushar.behera@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/Kconfig
drivers/gpu/drm/exynos/exynos_drm_ipp.c

Simple merge