From: Inki Dae Date: Fri, 9 May 2014 05:25:20 +0000 (+0900) Subject: drm/exynos: add component framework support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f37cd5e8098441af6447a87574fbb78eb5b4f9bf;p=linux.git drm/exynos: add component framework support This patch adds component framework support to resolve the probe order issue. Until now, exynos drm had used codes specific to exynos drm to resolve that issue so with this patch, the specific codes are removed. Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/exynos_dp_core.c b/drivers/gpu/drm/exynos/exynos_dp_core.c index c311296528075..1f8914b447141 100644 --- a/drivers/gpu/drm/exynos/exynos_dp_core.c +++ b/drivers/gpu/drm/exynos/exynos_dp_core.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include