summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGilles Talis <gilles.talis@nxp.com>2018-10-04 10:10:02 +0200
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:34:24 +0800
commit4d2c85bf43c36f6a0c22b40177039ad4d6b191c3 (patch)
tree32d40b2bccb2fd3c5fa06e73966ee5268ac3e74d /drivers
parentb0dff2274cb53c9f1cbe8a87275654aceac42a47 (diff)
MLK-19808: [i.MX8MQ/Hantro] Fix module device table
Signed-off-by: Gilles Talis <gilles.talis@nxp.com> Reviewed-by: Zhou Peng <eagle.zhou@nxp.com>
Diffstat (limited to 'drivers')
-rwxr-xr-xdrivers/mxc/hantro/hantrodec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/hantro/hantrodec.c b/drivers/mxc/hantro/hantrodec.c
index e3f60ce39844..b4c2bc5ebf74 100755
--- a/drivers/mxc/hantro/hantrodec.c
+++ b/drivers/mxc/hantro/hantrodec.c
@@ -1875,7 +1875,7 @@ static const struct of_device_id hantro_of_match[] = {
{ .compatible = "nxp,imx8mq-hantro", },
{/* sentinel */}
};
-MODULE_DEVICE_TABLE(of, vpu_of_match);
+MODULE_DEVICE_TABLE(of, hantro_of_match);
static struct platform_driver mxchantro_driver = {