summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/Pci.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-08-18 14:50:33 -0400
committerAdam Jackson <ajax@redhat.com>2008-08-18 14:50:33 -0400
commit539717fe1f08a000d1eef9f345d24cb49e3663b5 (patch)
treeb94f6c2fd796866c290dbbd7ea6a00c9562b2683 /hw/xfree86/os-support/bus/Pci.h
parent3c03d9f1efbbacec6e8be58da99bf0977a8e0fec (diff)
Remove (unused) pciMaxBusNum.
Diffstat (limited to 'hw/xfree86/os-support/bus/Pci.h')
-rw-r--r--hw/xfree86/os-support/bus/Pci.h2
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 */