From a1376d5d5b21aebd26ea8b2206d8a34ced5f6ae4 Mon Sep 17 00:00:00 2001 From: Gilles Talis Date: Thu, 4 Oct 2018 10:16:47 +0200 Subject: [PATCH] MLK-19809: [i.MX8MM/Hantro] Fix video encoder module device table Signed-off-by: Gilles Talis Reviewed-by: Zhou Peng --- drivers/mxc/hantro_845_h1/hx280enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mxc/hantro_845_h1/hx280enc.c b/drivers/mxc/hantro_845_h1/hx280enc.c index 0ba6440212a8..bdf23fd59d20 100755 --- a/drivers/mxc/hantro_845_h1/hx280enc.c +++ b/drivers/mxc/hantro_845_h1/hx280enc.c @@ -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 = {