From 6171ceef7f339d49e5f1766efd4811e5486349fa Mon Sep 17 00:00:00 2001 From: Gilles Talis Date: Thu, 4 Oct 2018 10:10:02 +0200 Subject: [PATCH] MLK-19808: [i.MX8MQ/Hantro] Fix module device table Signed-off-by: Gilles Talis Reviewed-by: Zhou Peng --- drivers/mxc/hantro/hantrodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {