From: Peter Huewe Date: Tue, 5 Feb 2013 21:32:31 +0000 (+0100) Subject: staging/xgifb: Remove unused entries in XGI340New_MCLKData and XGI27New_MCLKData X-Git-Tag: v3.9-rc1~127^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b8185007d66d61793be08f0c9b2248e6d56ecf;p=pandora-kernel.git staging/xgifb: Remove unused entries in XGI340New_MCLKData and XGI27New_MCLKData In the lookup tables XGI340New_MCLKData and XGI27New_MCLKData only the first three 'lines' are used, thus the remaining fields can be removed. Rationale: - vb_init.c uses pVBInfo->ram_type as the index for pVBInfo->MCLKData - pVBInfo->ram_type is assigned the return value of XGINew_GetXG20DRAMType which can only be 0, 1 or 2 - pVBInfo->MCLKData is assigned to either XGI340New_MCLKData or XGI27New_MCLKData in vb_setmode.c -> only the first three values are used, the rest can be removed. Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed