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)
commit86ac5b84efa87c3ed741dd73597f8c29bba53da2
treeacb57c2489011b2c8ff69b120642b018fce76dcd
parent6ca605f7c70895a35737435f17ae9cc5e36f1466
drm/exynos: Fix multiplatform breakage for ipp/gsc

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