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:57 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-13 20:54:20 (GMT)
commit9b0474581640a47678659900262607bd0fe8a2e4 (patch)
treeb57ddc6d8ec8473fabd7d58474d41cc05414bf24 /drivers/staging/xgifb/vb_struct.h
parent7e29d632f3e8ac2c4607e869f1601ac590d6e5f4 (diff)
downloadlinux-9b0474581640a47678659900262607bd0fe8a2e4.tar.xz
staging: xgifb: eliminate pVBInfo->ECLKData
Access XGI340_ECLKData 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 5926f74..f7c5ec1 100644
--- a/drivers/staging/xgifb/vb_struct.h
+++ b/drivers/staging/xgifb/vb_struct.h
@@ -169,7 +169,6 @@ struct vb_device_info {
unsigned char SR22;
unsigned char SR25;
struct SiS_MCLKData *MCLKData;
- struct XGI_ECLKDataStruct *ECLKData;
unsigned char *ScreenOffset;
unsigned char *pXGINew_DRAMTypeDefinition;