summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-10-03 14:36:26 -0700
committerIan Romanick <idr@us.ibm.com>2007-10-03 14:36:26 -0700
commitee14a430485ed12c59daacf902b170918baaa7d0 (patch)
tree4db9ff70dd6adfc1f444c8bfd0645e5966fb124a
parent9a876e28de18fd0223db2700ab41b2313423d890 (diff)
Eliminiate unused variable in XG47DisableMMIO
-rw-r--r--src/xg47_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xg47_misc.c b/src/xg47_misc.c
index 63732cb..a62bc77 100644
--- a/src/xg47_misc.c
+++ b/src/xg47_misc.c
@@ -86,7 +86,7 @@ void XG47EnableMMIO(ScrnInfoPtr pScrn)
void XG47DisableMMIO(ScrnInfoPtr pScrn)
{
- CARD8 temp = 0, protect = 0;
+ uint8_t protect = 0;
XGIPtr pXGI = XGIPTR(pScrn);
if (pXGI->IOBase == 0) {