diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-03-21 20:24:22 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-01-11 15:31:02 +0200 |
commit | 63b4b8213fabc5a57f897b60b6eaa9f78d86e6ff (patch) | |
tree | 0b352ec2ee1b9d4664fcbcf20bd35a07f0497c53 /src/atii2c.c | |
parent | 10e7636c02478b8ffe183bb0c46229ca0d6584e1 (diff) |
[mach64] Drop symbol lists.
egrep LOADER\|SymLists\|Symbols src/*.[hc]
not needed after server commit bca9364f3f4a2376edbcf57a34f704ce28be21ba, i.e.
xserver 1.2
compile-tested only
Diffstat (limited to 'src/atii2c.c')
-rw-r--r-- | src/atii2c.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/atii2c.c b/src/atii2c.c index 73febf7..a13d647 100644 --- a/src/atii2c.c +++ b/src/atii2c.c @@ -25,7 +25,6 @@ #endif #include "atii2c.h" -#include "atiload.h" #include "atimach64i2c.h" #include "atistruct.h" @@ -365,7 +364,7 @@ ATII2CPreInit ATIPtr pATI ) { - if (!ATILoadModule(pScreenInfo, "i2c", ATIi2cSymbols)) + if (!xf86LoadSubModule(pScreenInfo, "i2c")) return; ATIMach64I2CPreInit(pScreenInfo, pATI); |