drm/exynos: remove MODULE_DEVICE_TABLE definitions
authorInki Dae <inki.dae@samsung.com>
Fri, 25 Apr 2014 09:43:08 +0000 (18:43 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:42 +0000 (11:47 +0900)
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 <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c

index 3d5c9f3..2d105ce 100644 (file)
@@ -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,