summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-08-16 09:13:14 +0000
committerAdam Jackson <ajax@nwnk.net>2004-08-16 09:13:14 +0000
commit73537025414eb20771ee2337cf60016daafc0fc9 (patch)
tree3587c1459d57f8bc699c8d0f2da1340c4cfe0559
parentc431a14b6be0d9071b0fc95121260b33ab598f75 (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/s3_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s3_driver.c b/src/s3_driver.c
index 37d5b8a..ea8f0c2 100644
--- a/src/s3_driver.c
+++ b/src/s3_driver.c
@@ -236,7 +236,7 @@ static const char *ramdacSymbols[] = {
"RamDacGetHWIndex",
"IBMramdacProbe",
"IBMramdac526CalculateMNPCForClock",
- "IBMramdac526SetBpp",
+ "IBMramdac526SetBppWeak",
NULL
};