]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd00b09bd5eda1975c1304d73cb7d5bab19a8ed6b
treeacb57c2489011b2c8ff69b120642b018fce76dcd
parent69e54bfe563a736ced42a32fd81b9cf702d9d2f6
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