summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2009-02-16 18:27:26 -0500
committerChris Ball <cjb@laptop.org>2009-02-16 18:29:33 -0500
commita932744d983845f81791045cf0dfb6a359790158 (patch)
tree47ac6dbc39dc883ba45732bdbe9ef24d3117f8fc
parentab331aa76f0bc6a85a519b2deaafa4ce8a070c53 (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>
-rw-r--r--hw/xfree86/os-support/bus/xf86Pci.h1
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);