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:33 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-12 09:51:48 -0600
commit2f0f395ef788319b03bc0be785c5bee8d8bececa (patch)
tree40a57571164320c8eb96a97e1a4a97c140ef2076 /drivers/staging/xgifb/vb_struct.h
parentee055a48ce6272016cbb7e6f1a7de151bab7e1e0 (diff)
staging: xgifb: move XGINew_DataBusWidth into vb_device_info
Move the memory bus width info to 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/xgifb/vb_struct.h b/drivers/staging/xgifb/vb_struct.h
index c50eb7e8474b..f9ade6f9f7ee 100644
--- a/drivers/staging/xgifb/vb_struct.h
+++ b/drivers/staging/xgifb/vb_struct.h
@@ -395,6 +395,7 @@ struct vb_device_info {
int ram_type;
int ram_channel;
+ int ram_bus;
}; /* _struct vb_device_info */
#endif /* _VB_STRUCT_ */