From 4d2c85bf43c36f6a0c22b40177039ad4d6b191c3 Mon Sep 17 00:00:00 2001 From: Gilles Talis Date: Thu, 4 Oct 2018 10:10:02 +0200 Subject: 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(-) (limited to 'drivers') 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 = { -- cgit v1.2.3