diff options
author | Chris Ball <cjb@laptop.org> | 2009-02-16 18:27:26 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-02-16 18:29:33 -0500 |
commit | a932744d983845f81791045cf0dfb6a359790158 (patch) | |
tree | 47ac6dbc39dc883ba45732bdbe9ef24d3117f8fc /hw/xfree86/os-support/bus | |
parent | ab331aa76f0bc6a85a519b2deaafa4ce8a070c53 (diff) |
Build fix, remove export of pciBusAddrToHostAddr
a9d7d659.. (PCI: Remove pciBusAddrToHostAddr and associated nonsense)
removes pciBusAddrToHostAddr(), but not its prototype, resulting in:
./.libs/libxorg.a(sdksyms.o):(.data.rel+0xe64): undefined reference to
`pciBusAddrToHostAddr'
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'hw/xfree86/os-support/bus')
-rw-r--r-- | hw/xfree86/os-support/bus/xf86Pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bus/xf86Pci.h b/hw/xfree86/os-support/bus/xf86Pci.h index 415f0710b..ce1336bf2 100644 --- a/hw/xfree86/os-support/bus/xf86Pci.h +++ b/hw/xfree86/os-support/bus/xf86Pci.h @@ -251,7 +251,6 @@ typedef enum { /* Public PCI access functions */ -extern _X_EXPORT ADDRESS pciBusAddrToHostAddr(PCITAG tag, PciAddrType type, ADDRESS addr); extern _X_EXPORT PCITAG pciTag(int busnum, int devnum, int funcnum); extern _X_EXPORT Bool xf86scanpci(void); |