From d087d373cf4dfa07f4499f04ef1024aab102f6fb Mon Sep 17 00:00:00 2001 From: Inki Dae Date: Fri, 25 Apr 2014 18:43:08 +0900 Subject: 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 --- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu') diff --git a/drivers/gpu/drm/exynos/exynos_drm_dsi.c b/drivers/gpu/drm/exynos/exynos_drm_dsi.c index 3d5c9f39cf4..2d105ce1ee6 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, -- cgit v1.2.3