[Openchrome-devel] xf86-video-openchrome: src/via_ums.h
Kevin Brace
kevinbrace at kemper.freedesktop.org
Tue Mar 29 12:34:35 UTC 2016
src/via_ums.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 730ea106f21afe48e636d37125ff5afb7225a938
Author: Benno Schulenberg <bensberg at justemail.net>
Date: Tue Mar 29 05:32:29 2016 -0700
Complete the recent renaming of VIAUnmapMem to VIAUnmapMMIO
Also delete the prototype for the non-existent function VIAMapMem.
Signed-off-by: Benno Schulenberg <bensberg at justemail.net>
Acked-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_ums.h b/src/via_ums.h
index 8b274a1..a03619c 100644
--- a/src/via_ums.h
+++ b/src/via_ums.h
@@ -183,8 +183,7 @@ typedef struct _VIABIOSINFO {
} VIABIOSInfoRec, *VIABIOSInfoPtr;
/* via_ums.c */
-Bool VIAMapMem(ScrnInfoPtr pScrn);
-void VIAUnmapMem(ScrnInfoPtr pScrn);
+void VIAUnmapMMIO(ScrnInfoPtr pScrn);
Bool ums_create(ScrnInfoPtr pScrn);
Bool UMSPreInit(ScrnInfoPtr pScrn);
Bool UMSAccelInit(ScreenPtr pScreen);
More information about the Openchrome-devel
mailing list