From: Alexander Shiyan Date: Sat, 15 Feb 2014 05:56:24 +0000 (+0400) Subject: video: imxfb: Use module_platform_driver() X-Git-Tag: v3.15-rc1~63^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5013627fba6a9135a9aee1418ee927bbfdd8c8;p=pandora-kernel.git video: imxfb: Use module_platform_driver() We have no reason to call fb_get_options() when registering module, so move this call in the probe() and convert the driver to use module_platform_driver() macro. Signed-off-by: Alexander Shiyan Acked-by: Sascha Hauer Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed