summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-08-16 09:13:15 +0000
committerAdam Jackson <ajax@nwnk.net>2004-08-16 09:13:15 +0000
commit61457616aea5d5d7d98e869d3b24e989c2404d6b (patch)
treed1bc230782241cfeb38a43ce7608c86b44acd7b6
parent74176c460a4f5206cbc7cd7b9f48d1b6cedae7cb (diff)
list, so the loader knows not to complain about unresolved symbols when an optional module isn't loaded. This typically manifests as warnings about fbdevHW symbols when the user isn't using the framebuffer console.
-rw-r--r--src/smi_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smi_driver.c b/src/smi_driver.c
index 39bc821..841290e 100644
--- a/src/smi_driver.c
+++ b/src/smi_driver.c
@@ -211,7 +211,7 @@ static const char *vgahwSymbols[] =
"vgaHWSetMmioFuncs",
"vgaHWSetStdFuncs",
"vgaHWUnmapMem",
- "vgaHWddc1SetSpeed",
+ "vgaHWddc1SetSpeedWeak",
NULL
};