From: Dmitry Torokhov Date: Tue, 10 Jan 2012 23:08:01 +0000 (-0800) Subject: Input: revert some over-zealous conversions to module_platform_driver() X-Git-Tag: v3.3-rc1~83^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3d25808df236f27ba34125e7cf90de98fbf346c;p=pandora-kernel.git Input: revert some over-zealous conversions to module_platform_driver() Recent conversion to module_platform_driver() went a bit too far and converted not only drivers that used platform_driver_register() but also ones using platform_driver_probe(), breaking them in process. Reported-by: Geert Uytterhoeven Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed