[media] v4l: omap3isp: Fix module autoloading
Platform drivers needs to export the OF id table and this be built into the module or udev will not have the necessary information to autoload the driver module when the device is registered via OF. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Родитель
333a651534
Коммит
8163ec29c4
|
@ -2599,6 +2599,7 @@ static const struct of_device_id omap3isp_of_table[] = {
|
||||||
{ .compatible = "ti,omap3-isp" },
|
{ .compatible = "ti,omap3-isp" },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, omap3isp_of_table);
|
||||||
|
|
||||||
static struct platform_driver omap3isp_driver = {
|
static struct platform_driver omap3isp_driver = {
|
||||||
.probe = isp_probe,
|
.probe = isp_probe,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче