]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAPFB: use module_platform_driver()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 26 Apr 2013 10:40:25 +0000 (13:40 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 2 May 2013 08:24:19 +0000 (11:24 +0300)
commitaf56fe3ca6b034685d8a7da4088637fc4fb1a6e7
treec2b335b3682b12d35e253f7b42a2142c7ba2d5e7
parentca96e201ffe55dd240940518633b3599071c74e8
OMAPFB: use module_platform_driver()

Instead of using platform_driver_probe(), use module_platform_driver()
so that we can support deferred probing.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/omapfb/omapfb-main.c