summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
diff options
context:
space:
mode:
authorSjoerd Simons2014-07-18 22:36:41 +0200
committerInki Dae2014-08-04 06:39:27 +0200
commit39b58a396d36500b79da7d07037566761ad7f2ad (patch)
tree3db2ce71034fd2f1a316b1ab407794c2d9e1fb32 /drivers/gpu/drm/exynos/exynos_hdmi.c
parentSubject: Revert "drm/exynos: remove MODULE_DEVICE_TABLE definitions" (diff)
downloadkernel-qcow2-linux-39b58a396d36500b79da7d07037566761ad7f2ad.tar.gz
kernel-qcow2-linux-39b58a396d36500b79da7d07037566761ad7f2ad.tar.xz
kernel-qcow2-linux-39b58a396d36500b79da7d07037566761ad7f2ad.zip
drm/exynos: Add MODULE_DEVICE_TABLE entries for various components
Add MODULE_DEVICE_TABLE calls for the various OF match tables that currently don't have one. This allows the module to be autoloaded based on devicetree information. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_hdmi.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_hdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
index fd8141f43b35..d08e00d1f4ed 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -2295,6 +2295,7 @@ static struct of_device_id hdmi_match_types[] = {
/* end node */
}
};
+MODULE_DEVICE_TABLE (of, hdmi_match_types);
static int hdmi_bind(struct device *dev, struct device *master, void *data)
{