diff options
author | msmith <msmith@FreeBSD.org> | 2000-12-13 04:22:04 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-12-13 04:22:04 +0000 |
commit | 9f81ea48f8f21f7c5dc729379a5890662f8c5bf2 (patch) | |
tree | 28296342d3282519c530d845d0dcab6c89e2e557 /sys/dev/pci/pci.c | |
parent | 67d1b0df5d88a3480ab337b00b404ad7e1b0a1a3 (diff) | |
download | FreeBSD-src-9f81ea48f8f21f7c5dc729379a5890662f8c5bf2.zip FreeBSD-src-9f81ea48f8f21f7c5dc729379a5890662f8c5bf2.tar.gz |
Remove a redundant prototype.
Diffstat (limited to 'sys/dev/pci/pci.c')
-rw-r--r-- | sys/dev/pci/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |