summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-10-06 15:18:12 +0000
committerWarner Losh <imp@FreeBSD.org>2004-10-06 15:18:12 +0000
commite625cbacaf91e22c9fe390b4cfaee90f1d8fb1e7 (patch)
tree77913b30ed5ac7b72a5ad4767a8ab8c3cdfe205c
parent1446307aaa1b01aa112f73e53f9a58e76c868b0d (diff)
Notes
-rw-r--r--sys/i386/pci/pci_bus.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c
index aa3e4cdb3ec2..dbf10376596f 100644
--- a/sys/i386/pci/pci_bus.c
+++ b/sys/i386/pci/pci_bus.c
@@ -469,8 +469,7 @@ legacy_pcib_write_ivar(device_t dev, device_t child, int which,
return ENOENT;
}
-
-struct resource *
+static struct resource *
legacy_pcib_alloc_resource(device_t dev, device_t child, int type, int *rid,
u_long start, u_long end, u_long count, u_int flags)
{