1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

Remove a redundant prototype.

This commit is contained in:
Mike Smith 2000-12-13 04:22:04 +00:00
parent 3742d6ca91
commit 70b5f189c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69957

View File

@ -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);