diff options
author | Benoit Parrot <bparrot@ti.com> | 2016-11-19 00:20:30 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-22 11:02:42 +0100 |
commit | e228467caa6eb18db05c0ca62e852bba47d08f58 (patch) | |
tree | 1d0bd2aeee53f53c54500e68de17af91304e7afd /drivers/media/platform/ti-vpe | |
parent | [media] media: ti-vpe: vpdma: allocate and maintain hwlist (diff) | |
download | linux-e228467caa6eb18db05c0ca62e852bba47d08f58.tar.xz linux-e228467caa6eb18db05c0ca62e852bba47d08f58.zip |
[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>
Diffstat (limited to 'drivers/media/platform/ti-vpe')
-rw-r--r-- | drivers/media/platform/ti-vpe/vpe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/ti-vpe/vpe.c b/drivers/media/platform/ti-vpe/vpe.c index d3412accf564..05b793595ce9 100644 --- a/drivers/media/platform/ti-vpe/vpe.c +++ b/drivers/media/platform/ti-vpe/vpe.c @@ -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 = { |