summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-05-03 14:49:43 +0000
committerjhb <jhb@FreeBSD.org>2004-05-03 14:49:43 +0000
commit74720a7e3d63b5597281038fcbaf7e705e15ef9b (patch)
tree2d6826270a7f601833b732386e6ad21ef61cf9eb /sys/i386/pci
parent51fc4136f901af4526c45babce09d5414922773d (diff)
downloadFreeBSD-src-74720a7e3d63b5597281038fcbaf7e705e15ef9b.zip
FreeBSD-src-74720a7e3d63b5597281038fcbaf7e705e15ef9b.tar.gz
Make the legacy_pcib_attach() function static.
Diffstat (limited to 'sys/i386/pci')
-rw-r--r--sys/i386/pci/pci_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c
index c8d673b..6f2fc0c 100644
--- a/sys/i386/pci/pci_bus.c
+++ b/sys/i386/pci/pci_bus.c
@@ -421,7 +421,7 @@ legacy_pcib_probe(device_t dev)
return -100;
}
-int
+static int
legacy_pcib_attach(device_t dev)
{
int bus;
OpenPOWER on IntegriCloud