mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-06 09:18:18 +02:00
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>
This commit is contained in:
parent
ab331aa76f
commit
a932744d98
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue