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