Subject: Revert "drm/exynos: remove MODULE_DEVICE_TABLE definitions"
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 30 Jul 2014 02:29:41 +0000 (11:29 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 4 Aug 2014 04:39:26 +0000 (13:39 +0900)
commitbd024b86f1f3fd1114366a0385abb1f7b6794d3f
tree4949de39c27ca17944bb56633041f6aea6c159b3
parent0262ceeb573ae219c920cc9604ef311e285b27f1
Subject: Revert "drm/exynos: remove MODULE_DEVICE_TABLE definitions"

This reverts commit d089621896c3530a9bd309f96e9c9124d07f6c3f was
original to prevent multiple MODULE_DEVICE_TABLE in one module.
Which, as a side-effect broke autoloading of the module.

Since 21bdd17b21b45ea48e06e23918d681afbe0622e9 it is possible to have
multiple calls to MODULE_DEVICE_TABLE, so the patch can be
reverted to restore support for autoloading

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_dp_core.c
drivers/gpu/drm/exynos/exynos_drm_dsi.c