From 73537025414eb20771ee2337cf60016daafc0fc9 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 16 Aug 2004 09:13:14 +0000 Subject: Bug #1087: Make sure all the *Weak symbols are documented in the import 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. --- src/s3_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit v1.2.3