summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2019-06-07 12:40:46 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2019-07-09 09:48:00 +0300
commit8293d5e2352f8fa303e88c374514c87add727879 (patch)
tree7a251717cb52d08c95b9469301ea170ab38a6e9c /drivers/gpu
parent73b0a2d9190aa229747c818b6998e43816a9559d (diff)
gpu: imx: lcdif: Fix undefined symbol
Fix typo that prevents lcdif-common to compile. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/imx/lcdif/lcdif-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/imx/lcdif/lcdif-common.c b/drivers/gpu/imx/lcdif/lcdif-common.c
index 86b106956e65..4c2d0de1ae4d 100644
--- a/drivers/gpu/imx/lcdif/lcdif-common.c
+++ b/drivers/gpu/imx/lcdif/lcdif-common.c
@@ -85,7 +85,7 @@ static const struct of_device_id imx_lcdif_dt_ids[] = {
{ .compatible = "fsl,imx8mm-lcdif", .data = &imx8mm_pdata, },
{ /* sentinel */ }
};
-MODULE_DEVICE_TABLE(of, lcdif_dt_ids);
+MODULE_DEVICE_TABLE(of, imx_lcdif_dt_ids);
#ifdef CONFIG_PM
static int imx_lcdif_runtime_suspend(struct device *dev);