From: H Hartley Sweeten Date: Mon, 29 Apr 2013 22:05:44 +0000 (-0700) Subject: drivers/video/ep93xx-fb.c: fix section mismatch and use module_platform_driver X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~128^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb5254d2f3b60fdd49966426ee2a86a904fdf2f8;p=pandora-kernel.git drivers/video/ep93xx-fb.c: fix section mismatch and use module_platform_driver Remove the __init tags from the ep93xxfb_calc_fbsize() and ep93xxfb_alloc_videomem() functions to fix the section mismatch warnings. Use module_platform_driver() to remove the init/exit boilerplate. Signed-off-by: H Hartley Sweeten Cc: Ryan Mallon Cc: Florian Tobias Schandinat Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed