summaryrefslogtreecommitdiff
path: root/src/nv_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv_driver.c')
-rw-r--r--src/nv_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 99b2990..070ec4c 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -1295,7 +1295,7 @@ nvProbeDDC(ScrnInfoPtr pScrn, int index)
Bool NVI2CInit(ScrnInfoPtr pScrn)
{
- char *mod = "i2c";
+ const char *mod = "i2c";
if (xf86LoadSubModule(pScrn, mod)) {