diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2013-02-05 22:32:32 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-05 13:45:09 -0800 |
commit | 46a12dfdbea523b5cd89a59f2705bad684e5037c (patch) | |
tree | 85485cbae24c86ba8d480f30b46d6c8a1d3606a2 /drivers/mfd/ab8500-debugfs.c | |
parent | 44b8185007d66d61793be08f0c9b2248e6d56ecf (diff) | |
download | linux-46a12dfdbea523b5cd89a59f2705bad684e5037c.tar.bz2 |
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 <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mfd/ab8500-debugfs.c')
0 files changed, 0 insertions, 0 deletions