summaryrefslogtreecommitdiff
path: root/drivers/video/exynos/exynos_dp_reg.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-10-16 20:28:15 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-17 00:48:09 +0400
commitf9b1e013f1c6723798b8f7f5b83297e2837aaef7 (patch)
tree9ecaaf588982d2a89ce6413653b8eeb9f4591bdb /drivers/video/exynos/exynos_dp_reg.c
parent74988e8b5718b561457fd035dc3ab9b9d8f45a5d (diff)
downloadlinux-f9b1e013f1c6723798b8f7f5b83297e2837aaef7.tar.xz
video: exynos_dp: remove non-DT support for Exynos Display Port
Exynos Display Port can be used only for Exynos SoCs. In addition, non-DT for EXYNOS SoCs is not supported from v3.11; thus, there is no need to support non-DT for Exynos Display Port. The 'include/video/exynos_dp.h' file has been used for non-DT support and the content of file include/video/exynos_dp.h is moved to drivers/video/exynos/exynos_dp_core.h. Thus, the 'exynos_dp.h' file is removed. Also, 'struct exynos_dp_platdata' is removed, because it is not used any more. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/video/exynos/exynos_dp_reg.c')
-rw-r--r--drivers/video/exynos/exynos_dp_reg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/exynos/exynos_dp_reg.c b/drivers/video/exynos/exynos_dp_reg.c
index 29d9d035c73a..b70da5052ff0 100644
--- a/drivers/video/exynos/exynos_dp_reg.c
+++ b/drivers/video/exynos/exynos_dp_reg.c
@@ -14,8 +14,6 @@
#include <linux/io.h>
#include <linux/delay.h>
-#include <video/exynos_dp.h>
-
#include "exynos_dp_core.h"
#include "exynos_dp_reg.h"