From de5013627fba6a9135a9aee1418ee927bbfdd8c8 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Sat, 15 Feb 2014 09:56:24 +0400 Subject: [PATCH] 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-format-patch failed