diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-18 14:50:33 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-18 14:50:33 -0400 |
commit | 539717fe1f08a000d1eef9f345d24cb49e3663b5 (patch) | |
tree | b94f6c2fd796866c290dbbd7ea6a00c9562b2683 /hw/xfree86/os-support/bus/Pci.h | |
parent | 3c03d9f1efbbacec6e8be58da99bf0977a8e0fec (diff) |
Remove (unused) pciMaxBusNum.
Diffstat (limited to 'hw/xfree86/os-support/bus/Pci.h')
-rw-r--r-- | hw/xfree86/os-support/bus/Pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h index e56d61e3b..a8b10796f 100644 --- a/hw/xfree86/os-support/bus/Pci.h +++ b/hw/xfree86/os-support/bus/Pci.h @@ -245,8 +245,6 @@ void pciCfgMech1SetBits(PCITAG tag, int offset, CARD32 mask, CARD32 val); ADDRESS pciAddrNOOP(PCITAG tag, PciAddrType type, ADDRESS); -extern int pciMaxBusNum; - extern pciBusInfo_t *pciBusInfo[]; #endif /* _PCI_H */ |