From a932744d983845f81791045cf0dfb6a359790158 Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Mon, 16 Feb 2009 18:27:26 -0500 Subject: [PATCH] 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 --- hw/xfree86/os-support/bus/xf86Pci.h | 1 - 1 file changed, 1 deletion(-) 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);