summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/vb_struct.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2012-04-06 22:14:10 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-10 17:20:09 (GMT)
commitd00d12f87a558e55b5a48cf7925ac48bf26a613d (patch)
treedd4477c1b88549258a07cf9521498e538bece8a1 /drivers/staging/xgifb/vb_struct.h
parent354f49fa120b6aab10f96389849bd8a5d6a943c4 (diff)
downloadlinux-fsl-qoriq-d00d12f87a558e55b5a48cf7925ac48bf26a613d.tar.xz
staging: xgifb: eliminate redundant struct definition
Replace XGI330_LCDDataDesStruct with identical XGI_LCDDesStruct. 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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/xgifb/vb_struct.h b/drivers/staging/xgifb/vb_struct.h
index 09daeeb..38f47ff 100644
--- a/drivers/staging/xgifb/vb_struct.h
+++ b/drivers/staging/xgifb/vb_struct.h
@@ -51,14 +51,6 @@ struct XGI_LCDDataTablStruct {
unsigned short DATAPTR;
};
-struct XGI330_LCDDataDesStruct {
- unsigned short LCDHDES;
- unsigned short LCDHRS;
- unsigned short LCDVDES;
- unsigned short LCDVRS;
-};
-
-
struct XGI330_LVDSDataStruct {
unsigned short VGAHT;
unsigned short VGAVT;