From: Ilija Hadzic Date: Fri, 4 May 2012 15:25:12 +0000 (-0400) Subject: drm/radeon: eliminate redundant connector_names table X-Git-Tag: v3.5-rc1~100^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d2dbd2ad39b7870c741404220fd251dc69c678;p=pandora-kernel.git drm/radeon: eliminate redundant connector_names table connector_names table is just a repeat of information that already exists in drm_connector_enum_list and the same string can be retrieved using drm_get_connector_name function. Nuke the redundant table and use the proper function to retrieve the connector name. Signed-off-by: Ilija Hadzic Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed