diff options
Diffstat (limited to 'i386/i386/io_map.c')
-rw-r--r-- | i386/i386/io_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/io_map.c b/i386/i386/io_map.c index 3e45f316..368f200b 100644 --- a/i386/i386/io_map.c +++ b/i386/i386/io_map.c @@ -36,7 +36,7 @@ extern vm_offset_t kernel_virtual_start; * Allocate and map memory for devices that may need to be mapped before * Mach VM is running. */ -vm_offset_t +static vm_offset_t io_map( phys_addr_t phys_addr, vm_size_t size) |