1
0
Fork 0

[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>
zero-colors
Benoit Parrot 2016-11-18 21:20:30 -02:00 committed by Mauro Carvalho Chehab
parent c1cd15ea42
commit e228467caa
1 changed files with 1 additions and 0 deletions

View File

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