summaryrefslogtreecommitdiff
path: root/src/riva_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/riva_driver.c')
-rw-r--r--src/riva_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/riva_driver.c b/src/riva_driver.c
index 501266f..232568c 100644
--- a/src/riva_driver.c
+++ b/src/riva_driver.c
@@ -316,7 +316,7 @@ rivaProbeDDC(ScrnInfoPtr pScrn, int index)
Bool RivaI2CInit(ScrnInfoPtr pScrn)
{
- char *mod = "i2c";
+ const char *mod = "i2c";
if (xf86LoadSubModule(pScrn, mod)) {