summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_g2d.c
diff options
context:
space:
mode:
authorInki Dae2013-07-22 13:51:42 +0200
committerInki Dae2013-07-29 19:01:53 +0200
commitde1d3677017a1d58419722b60564cb56bd9462c3 (patch)
tree9403e3e016cf8b4fb15b9cc3b27f1b366d9b2086 /drivers/gpu/drm/exynos/exynos_drm_g2d.c
parentdrm/exynos: exynos_drm_ipp: fix return value check (diff)
downloadkernel-qcow2-linux-de1d3677017a1d58419722b60564cb56bd9462c3.tar.gz
kernel-qcow2-linux-de1d3677017a1d58419722b60564cb56bd9462c3.tar.xz
kernel-qcow2-linux-de1d3677017a1d58419722b60564cb56bd9462c3.zip
drm/exynos: fix module build error
This patch removes all MODULE_DEVICE_TABLE declarations. Exynos drm drivers don't need to create MODULE_DEVICE_TABLE yet because all devices of Exynos drm include in one SoC so they cannot be plugged in as of now. Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_g2d.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_g2d.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
index 42a5a5466075..4722662e22c7 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
@@ -1521,7 +1521,6 @@ static const struct of_device_id exynos_g2d_match[] = {
{ .compatible = "samsung,exynos5250-g2d" },
{},
};
-MODULE_DEVICE_TABLE(of, exynos_g2d_match);
#endif
struct platform_driver g2d_driver = {