summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/vb_struct.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2012-11-04 19:14:53 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-13 20:54:20 (GMT)
commita39325d24fec6f13a3c60afcca8e728b6aeda24e (patch)
tree2a912f91f7ba947753b63cfc9f2cd357a9f08903 /drivers/staging/xgifb/vb_struct.h
parentb397992e883de4e38fec06abd19e654d319d817a (diff)
downloadlinux-fsl-qoriq-a39325d24fec6f13a3c60afcca8e728b6aeda24e.tar.xz
staging: xgifb: eliminate pVBInfo->RefIndex
Access XGI330_RefIndex directly and make it const. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb/vb_struct.h')
-rw-r--r--drivers/staging/xgifb/vb_struct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/vb_struct.h b/drivers/staging/xgifb/vb_struct.h
index 1150ccc..d007e00 100644
--- a/drivers/staging/xgifb/vb_struct.h
+++ b/drivers/staging/xgifb/vb_struct.h
@@ -183,7 +183,6 @@ struct vb_device_info {
struct XGI_TimingHStruct TimingH;
struct XGI_TimingVStruct TimingV;
- struct XGI_Ext2Struct *RefIndex;
struct XGI_CRT1TableStruct *XGINEWUB_CRT1Table;
struct SiS_VCLKData *VCLKData;
struct SiS_VBVCLKData *VBVCLKData;