Remove some static declarations for things that were removed in
previous commits.
This commit is contained in:
@@ -220,13 +220,9 @@
|
|||||||
pciBusInfo_t *pciBusInfo[MAX_PCI_BUSES] = { NULL, };
|
pciBusInfo_t *pciBusInfo[MAX_PCI_BUSES] = { NULL, };
|
||||||
_X_EXPORT int pciNumBuses = 0; /* Actual number of PCI buses */
|
_X_EXPORT int pciNumBuses = 0; /* Actual number of PCI buses */
|
||||||
int pciMaxBusNum = MAX_PCI_BUSES;
|
int pciMaxBusNum = MAX_PCI_BUSES;
|
||||||
static Bool inProbe = FALSE;
|
|
||||||
|
|
||||||
static pciConfigPtr pci_devp[MAX_PCI_DEVICES + 1] = {NULL, };
|
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
|
* pciInit - choose correct platform/OS specific PCI init routine
|
||||||
|
|||||||
Reference in New Issue
Block a user