From 7bb8ec6b9b2e26755cc403bafadb10d78c1b5034 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 22 Mar 2016 13:50:26 +0100 Subject: [PATCH] Complete the recent renaming of VIAUnmapMem to VIAUnmapMMIO Also delete the prototype for the non-existent function VIAMapMem. Signed-off-by: Benno Schulenberg --- src/via_ums.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.7.2