Signed-off-by: Kevin Brace <[email protected]>
---
src/ct_driver.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ct_driver.c b/src/ct_driver.c
index 378a23c..6603e6b 100644
--- a/src/ct_driver.c
+++ b/src/ct_driver.c
@@ -2423,7 +2423,7 @@ chipsPreInitWingine(ScrnInfoPtr pScrn, int flags)
CHIPSPtr cPtr = CHIPSPTR(pScrn);
CHIPSClockPtr SaveClk = &(cPtr->SavedReg.Clock);
Bool useLinear = FALSE;
- char *s;
+ const char *s;
#ifndef XSERVER_LIBPCIACCESS
resRange linearRes[] = { {ResExcMemBlock|ResBios|ResBus,0,0},_END };
#endif
@@ -2890,7 +2890,7 @@ chipsPreInit655xx(ScrnInfoPtr pScrn, int flags)
CHIPSPanelSizePtr Size = &cPtr->PanelSize;
CHIPSClockPtr SaveClk = &(cPtr->SavedReg.Clock);
Bool useLinear = FALSE;
- char *s;
+ const char *s;
#ifndef XSERVER_LIBPCIACCESS
resRange linearRes[] = { {ResExcMemBlock|ResBios|ResBus,0,0},_END };
#endif
--
2.7.4
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel