summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_struct.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2011-10-11 21:47:31 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-12 09:51:48 -0600
commit2af1a29da78d8ba8076556e75a8e69f443ecf33d (patch)
treea59336fd54852224d5a6f3b4799a6e100b208e44 /drivers/staging/xgifb/vb_struct.h
parentf2df8c097a3cf0436c22358e11033c2d3b320aa4 (diff)
staging: xgifb: move XGINew_RAMType into vb_device_info
The RAM type is device specific, so move it into vb_device_info. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/xgifb/vb_struct.h')
-rw-r--r--drivers/staging/xgifb/vb_struct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/xgifb/vb_struct.h b/drivers/staging/xgifb/vb_struct.h
index 860c98649bff..7b1edb92fa6e 100644
--- a/drivers/staging/xgifb/vb_struct.h
+++ b/drivers/staging/xgifb/vb_struct.h
@@ -392,6 +392,8 @@ struct vb_device_info {
struct XGI_StResInfoStruct *StResInfo;
struct XGI_ModeResInfoStruct *ModeResInfo;
struct XGI_XG21CRT1Struct *UpdateCRT1;
+
+ int ram_type;
}; /* _struct vb_device_info */
#endif /* _VB_STRUCT_ */