Re: [PATCH] [media] omap3isp: Fix module autoloading

2015-09-16 Thread Laurent Pinchart
On Thursday 17 September 2015 01:31:38 Javier Martinez Canillas wrote: > 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: Jav

[PATCH] [media] omap3isp: Fix module autoloading

2015-09-16 Thread Javier Martinez Canillas
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 --- drivers/media/platform/omap3isp/isp.c | 1 + 1 file