From 9f81ea48f8f21f7c5dc729379a5890662f8c5bf2 Mon Sep 17 00:00:00 2001 From: msmith Date: Wed, 13 Dec 2000 04:22:04 +0000 Subject: Remove a redundant prototype. --- sys/dev/pci/pci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/pci/pci.c') diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 6eb386c..deb9428 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -63,7 +63,6 @@ static int pci_maptype(unsigned mapreg); static int pci_mapsize(unsigned testval); static int pci_maprange(unsigned mapreg); static void pci_fixancient(pcicfgregs *cfg); -static void *pci_readpcb(device_t pcib, int b, int s, int f); static void pci_hdrtypedata(device_t pcib, int b, int s, int f, pcicfgregs *cfg); static struct pci_devinfo *pci_read_device(device_t pcib, int b, int s, int f); -- cgit v1.1