summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-08-03 02:44:21 +0000
committerAdam Jackson <ajax@nwnk.net>2004-08-03 02:44:21 +0000
commitc431a14b6be0d9071b0fc95121260b33ab598f75 (patch)
tree69e1d34602d478392544e63aa6d3a6bad28d08f3
parentd5c13acdc525296f3dd7b7fc99737be2423c1a01 (diff)
Bug #962: Remove LoaderSymbol calls introduced by the dlloader work soXORG-6_7_99_2XORG-6_7_99_1
DoLoadableServer NO builds work again.
-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 810a313..37d5b8a 100644
--- a/src/s3_driver.c
+++ b/src/s3_driver.c
@@ -662,7 +662,7 @@ static Bool S3PreInit(ScrnInfoPtr pScrn, int flags)
pS3->DacSave = S3IBMRGB_Save;
pS3->DacRestore = S3IBMRGB_Restore;
pS3->CursorInit = S3IBMRGB_CursorInit;
- pS3->RamDac->SetBpp = LoaderSymbol("IBMramdac526SetBpp");
+ pS3->RamDac->SetBpp = IBMramdac526SetBppWeak();
pS3->MaxClock = 170000;
pScrn->rgbBits = 8;
pS3->LoadPalette = S3GenericLoadPalette;