src/via_ums.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 730ea106f21afe48e636d37125ff5afb7225a938 Author: Benno Schulenberg <bensb...@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 <bensb...@justemail.net> Acked-by: Kevin Brace <kevinbr...@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); _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel