From: Guennadi Liakhovetski Date: Thu, 11 Nov 2010 14:44:52 +0000 (+0100) Subject: fbdev: export fb_edid_add_monspecs() for modules, improve algorithm X-Git-Tag: v2.6.38-rc1~474^2~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4105119aca9b86b163fa07428df1f615034a03d;p=pandora-kernel.git fbdev: export fb_edid_add_monspecs() for modules, improve algorithm fb_edid_add_monspecs() should also be exported for use in modules, and it requires a dummy version for the case, when CONFIG_FB_MODE_HELPERS is not selected. This patch also improves the algorithm by removing a redundant memory allocation, adds function documentation, adds data verification and replaces memmove() with memcpy(). Signed-off-by: Guennadi Liakhovetski Signed-off-by: Paul Mundt --- Reading git-diff-tree failed