diff options
author | jhb <jhb@FreeBSD.org> | 2004-05-03 14:49:43 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-05-03 14:49:43 +0000 |
commit | 74720a7e3d63b5597281038fcbaf7e705e15ef9b (patch) | |
tree | 2d6826270a7f601833b732386e6ad21ef61cf9eb /sys/i386/pci/pci_bus.c | |
parent | 51fc4136f901af4526c45babce09d5414922773d (diff) | |
download | FreeBSD-src-74720a7e3d63b5597281038fcbaf7e705e15ef9b.zip FreeBSD-src-74720a7e3d63b5597281038fcbaf7e705e15ef9b.tar.gz |
Make the legacy_pcib_attach() function static.
Diffstat (limited to 'sys/i386/pci/pci_bus.c')
-rw-r--r-- | sys/i386/pci/pci_bus.c | 2 |
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; |