From 1d90a66f5bf25b60951b01f196bd7e4282c69b73 Mon Sep 17 00:00:00 2001 From: Devendra Naga Date: Fri, 24 Aug 2012 03:25:22 +0530 Subject: [PATCH] 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-format-patch failed