From: Inki Dae Date: Fri, 25 Apr 2014 09:43:08 +0000 (+0900) Subject: drm/exynos: remove MODULE_DEVICE_TABLE definitions X-Git-Tag: submit/tizen/20141121.110247~2415 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b90d5b4cb4b7b938388935213308255427ba4b1;p=platform%2Fkernel%2Flinux-3.10.git drm/exynos: remove MODULE_DEVICE_TABLE definitions This patch removes MODULE_DEVICE_TABLE definition to of_device_id of MIPI-DSI driver. Eyxnos drm should be built as single module so these definitions should be removed. Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/exynos_drm_dsi.c b/drivers/gpu/drm/exynos/exynos_drm_dsi.c index 3d5c9f3..2d105ce 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_dsi.c +++ b/drivers/gpu/drm/exynos/exynos_drm_dsi.c @@ -1507,7 +1507,6 @@ static struct of_device_id exynos_dsi_of_match[] = { { } }; -MODULE_DEVICE_TABLE(of, exynos_dsi_of_match); struct platform_driver dsi_driver = { .probe = exynos_dsi_probe, .remove = exynos_dsi_remove,