linux/drivers/media/video/omap
Tomi Valkeinen 93596ef7db [media] omap_vout: fix section mismatch
Fix the following warning by using platform_driver_probe() instead of
platform_driver_register():

WARNING: drivers/media/video/omap/omap-vout.o(.data+0x24): Section
mismatch in reference from the variable omap_vout_driver to the function
.init.text:omap_vout_probe()
The variable omap_vout_driver references
the function __init omap_vout_probe()

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Vaibhav Hiremath <hvaibhav@ti.com>
Tested-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-01-23 15:27:17 -02:00
..
Kconfig [media] OMAP_VOUT: Create separate file for VRFB related API's 2011-07-27 17:56:06 -03:00
Makefile [media] OMAP_VOUT: Create separate file for VRFB related API's 2011-07-27 17:56:06 -03:00
omap_vout.c [media] omap_vout: fix section mismatch 2012-01-23 15:27:17 -02:00
omap_vout_vrfb.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
omap_vout_vrfb.h [media] OMAP_VOUT: Create separate file for VRFB related API's 2011-07-27 17:56:06 -03:00
omap_voutdef.h [media] OMAP_VOUT: Increase MAX_DISPLAYS to a larger value 2011-11-07 11:21:58 -02:00
omap_voutlib.c [media] OMAP_VOUT: CLEANUP: Move generic functions and macros to common files 2011-07-27 17:56:05 -03:00
omap_voutlib.h [media] OMAP_VOUT: CLEANUP: Move generic functions and macros to common files 2011-07-27 17:56:05 -03:00