From: Tomi Valkeinen Date: Wed, 7 Mar 2012 10:53:38 +0000 (+0200) Subject: OMAPDSS: use platform_driver_probe for dsi/hdmi/rfbi/venc/dpi/sdi X-Git-Tag: v3.5-rc1~7^2~5^2~12^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61055d4b2eb164cb81af1e5940a31c7f2e53757e;p=pandora-kernel.git OMAPDSS: use platform_driver_probe for dsi/hdmi/rfbi/venc/dpi/sdi 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 --- Reading git-diff-tree failed