diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-08-12 01:03:06 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-08-12 01:03:06 +0000 |
commit | 6ec74414bd33e9d8dfd5119058d15f3a6206e9d9 (patch) | |
tree | 2255bf25f4e9affe97e06d7de5abb8a796ab7bcb /src/r128_probe.h | |
parent | a5b1e4dd7adacd17b63582e477df3a585efb249a (diff) |
Factor out R{128,ADEON}Chipsets into their own headers so they can be
sanely included in both the ati core and the r128/radeon submodules;
r128 and radeon can now be directly loaded under dlloader. Teach imstt
about the dlloader- frendly way to talk to fbdevhw. (Partial for bugs
#393 and #400.)
Diffstat (limited to 'src/r128_probe.h')
-rw-r--r-- | src/r128_probe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/r128_probe.h b/src/r128_probe.h index 38d585dd..34810dd9 100644 --- a/src/r128_probe.h +++ b/src/r128_probe.h @@ -49,7 +49,6 @@ extern void R128Identify extern Bool R128Probe FunctionPrototype((DriverPtr, int)); -extern SymTabRec R128Chipsets[]; extern PciChipsets R128PciChipsets[]; /* r128_driver.c */ |