diff options
author | Tushar Behera <tushar.behera@linaro.org> | 2014-01-16 11:57:57 +0530 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2014-02-07 10:43:52 +0900 |
commit | 86ac5b84efa87c3ed741dd73597f8c29bba53da2 (patch) | |
tree | acb57c2489011b2c8ff69b120642b018fce76dcd /drivers/gpu/drm/exynos/exynos_drm_ipp.c | |
parent | 6ca605f7c70895a35737435f17ae9cc5e36f1466 (diff) | |
download | blackbird-op-linux-86ac5b84efa87c3ed741dd73597f8c29bba53da2.tar.gz blackbird-op-linux-86ac5b84efa87c3ed741dd73597f8c29bba53da2.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_ipp.c')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_ipp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_ipp.c b/drivers/gpu/drm/exynos/exynos_drm_ipp.c index d519a4e5fe40..eefb429d62a1 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_ipp.c +++ b/drivers/gpu/drm/exynos/exynos_drm_ipp.c @@ -16,7 +16,6 @@ #include <linux/types.h> #include <linux/clk.h> #include <linux/pm_runtime.h> -#include <plat/map-base.h> #include <drm/drmP.h> #include <drm/exynos_drm.h> |