From: Thierry Reding Date: Fri, 23 Nov 2012 14:01:42 +0000 (+0100) Subject: drm: Move mode tables to drm_edid.c X-Git-Tag: v3.9-rc1~83^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b21831772db4088bca770dc99697356e82a7e2;p=pandora-kernel.git drm: Move mode tables to drm_edid.c The modes are only used from within drm_edid.c so we move them there to avoid creating duplicates by multiple inclusion of drm_edid_modes.h. As a side-effect we can also get rid of a few variables that keep track of the number of entries in the tables and use ARRAY_SIZE() instead. Signed-off-by: Thierry Reding Reviewed-by: Alex Deucher --- Reading git-diff-tree failed