[media] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint
ti_vpe module currently does not get loaded automatically. Added MODULE_DEVICE_TABLE hint to the driver to assist. Signed-off-by: Benoit Parrot <bparrot@ti.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
c1cd15ea42
commit
e228467caa
|
@ -2447,6 +2447,7 @@ static const struct of_device_id vpe_of_match[] = {
|
|||
},
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, vpe_of_match);
|
||||
#endif
|
||||
|
||||
static struct platform_driver vpe_pdrv = {
|
||||
|
|
Loading…
Reference in New Issue