From 922f4c2f0501a34f3914bfb9c7ca605031d99682 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:54:27 +0100 Subject: i386/i386at/model_dep.c: remove forward declaration * i386/i386at/model_dep.c (init_alloc_aligned): Remove forward declaration. * i386/i386at/model_dep.h (init_alloc_aligned): Add prototype. --- i386/i386at/model_dep.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'i386/i386at/model_dep.c') diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index 21f6186..f0d49f4 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -136,8 +136,6 @@ vm_offset_t int_stack_top, int_stack_high; extern void linux_init(void); #endif -boolean_t init_alloc_aligned(vm_size_t size, vm_offset_t *addrp); - /* * Find devices. The system is alive. */ -- cgit v1.2.3