OMAPDSS: use platform_driver_probe for dsi/hdmi/rfbi/venc/dpi/sdi
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 7 Mar 2012 10:53:38 +0000 (12:53 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 May 2012 11:44:52 +0000 (14:44 +0300)
Now that the core.c doesn't fail if output driver's init fails, we can
change the uses of platform_driver_register to platform_driver_probe.
This will allow us to use __init in the following patches.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found