1
0
Fork 0

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>
pull/10/head
Gilles Talis 2018-10-04 10:10:02 +02:00 committed by Jason Liu
parent 3ec2df99d8
commit 6171ceef7f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {