summaryrefslogtreecommitdiff
path: root/drivers/gpu/imx/lcdif/lcdif-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/imx/lcdif/lcdif-common.c')
-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);