diff options
author | Eric Anholt <eric@anholt.net> | 2007-08-30 10:20:55 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-08-30 11:26:17 -0700 |
commit | c2d80529fc7f514d80cf3cbed6f580cb999aca1b (patch) | |
tree | b44a955d23dadc2a52f85ec99109fde44a969cf9 /hw/xfree86/os-support/linux | |
parent | 1d11e4bc4ccb169fb23fc18583f0b648f0a6a4e0 (diff) |
Remove the now-dead PciAvoid symbol.
Diffstat (limited to 'hw/xfree86/os-support/linux')
-rw-r--r-- | hw/xfree86/os-support/linux/lnxResource.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/xfree86/os-support/linux/lnxResource.c b/hw/xfree86/os-support/linux/lnxResource.c index bb42d8a97..67af9db3d 100644 --- a/hw/xfree86/os-support/linux/lnxResource.c +++ b/hw/xfree86/os-support/linux/lnxResource.c @@ -18,14 +18,6 @@ /* Avoid Imakefile changes */ #include "bus/Pci.h" -_X_EXPORT resRange PciAvoid[] = -{ -#if !defined(__sparc__) || !defined(INCLUDE_XF86_NO_DOMAIN) - _PCI_AVOID_PC_STYLE, -#endif - _END -}; - #ifdef INCLUDE_XF86_NO_DOMAIN #ifdef __alpha__ |