From 4e3c9ab8c90d474a2224dbfa0807bc01fc012f7c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 9 Jun 2006 16:56:54 -0700 Subject: [PATCH] Remove some static declarations for things that were removed in previous commits. --- hw/xfree86/os-support/bus/Pci.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/os-support/bus/Pci.c b/hw/xfree86/os-support/bus/Pci.c index 39994d93d..fcaad41c6 100644 --- a/hw/xfree86/os-support/bus/Pci.c +++ b/hw/xfree86/os-support/bus/Pci.c @@ -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