Remove some static declarations for things that were removed in
previous commits.
This commit is contained in:
parent
8b6596b1e1
commit
4e3c9ab8c9
|
@ -220,13 +220,9 @@
|
|||
pciBusInfo_t *pciBusInfo[MAX_PCI_BUSES] = { NULL, };
|
||||
_X_EXPORT int pciNumBuses = 0; /* Actual number of PCI buses */
|
||||
int pciMaxBusNum = MAX_PCI_BUSES;
|
||||
static Bool inProbe = FALSE;
|
||||
|
||||
static pciConfigPtr pci_devp[MAX_PCI_DEVICES + 1] = {NULL, };
|
||||
|
||||
static int readPciBios( PCITAG Tag, CARD8* tmp, ADDRESS hostbase,
|
||||
unsigned char * buf, int len, PciBiosType BiosType );
|
||||
|
||||
|
||||
/*
|
||||
* pciInit - choose correct platform/OS specific PCI init routine
|
||||
|
|
Loading…
Reference in New Issue