summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/vb_struct.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2013-03-27 23:53:15 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-28 16:10:16 -0700
commit597d96b63b81873c91b0cee93ca890d52b531102 (patch)
tree5cf49f6ccbb09a7165a7e6073bf58a74d8bc9732 /drivers/staging/xgifb/vb_struct.h
parentd8e7567e537e32a9309f10e59c72abfb1e6645d8 (diff)
staging: xgifb: rename SR15/SR13 arrays to SR18
Since we are programming SR register 18, better name structs/arrays accordingly to avoid confusion. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/vb_struct.h b/drivers/staging/xgifb/vb_struct.h
index 4909efa8eb2e..c08ff5b2d6ee 100644
--- a/drivers/staging/xgifb/vb_struct.h
+++ b/drivers/staging/xgifb/vb_struct.h
@@ -146,7 +146,7 @@ struct vb_device_info {
void __iomem *FBAddr;
- unsigned char const *SR15;
+ unsigned char const *SR18;
unsigned char const (*CR40)[3];
struct SiS_MCLKData const *MCLKData;