1
0
Fork 0

MLK-19809: [i.MX8MM/Hantro] Fix video encoder 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:16:47 +02:00 committed by Jason Liu
parent 6171ceef7f
commit a1376d5d5b
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ static const struct of_device_id hantro_h1_of_match[] = {
{ .compatible = "nxp,imx8mm-hantro-h1", },
{/* sentinel */}
};
MODULE_DEVICE_TABLE(of, vpu_of_match);
MODULE_DEVICE_TABLE(of, hantro_h1_of_match);
static struct platform_driver mxchantro_h1_driver = {