From: Devendra Naga Date: Thu, 23 Aug 2012 21:55:22 +0000 (+0530) Subject: video: bfin-lq035q1: use module_platform_driver X-Git-Tag: v3.7-rc1~48^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d90a66f5bf25b60951b01f196bd7e4282c69b73;p=pandora-kernel.git video: bfin-lq035q1: use module_platform_driver the driver's module init and exit functions are calling platform_driver_register and platform_driver_unregister and doing nothing else. This same as that of the module_platform_driver, remove this init and exit functions and use the module_platform_driver instead Signed-off-by: Devendra Naga Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed