summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/alp_driver.c2
-rw-r--r--src/lg_driver.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/alp_driver.c b/src/alp_driver.c
index 60c5edd..c846909 100644
--- a/src/alp_driver.c
+++ b/src/alp_driver.c
@@ -456,7 +456,7 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags)
int i;
int depth_flags;
ClockRangePtr clockRanges;
- char *s;
+ const char *s;
xf86Int10InfoPtr pInt = NULL;
if (flags & PROBE_DETECT) {
diff --git a/src/lg_driver.c b/src/lg_driver.c
index c3fe142..eaba5f3 100644
--- a/src/lg_driver.c
+++ b/src/lg_driver.c
@@ -319,7 +319,7 @@ LgPreInit(ScrnInfoPtr pScrn, int flags)
int i;
ClockRangePtr clockRanges;
int fbPCIReg, ioPCIReg;
- char *s;
+ const char *s;
if (flags & PROBE_DETECT) {
cirProbeDDC( pScrn, xf86GetEntityInfo(pScrn->entityList[0])->index );