* 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 --
 i386/i386at/model_dep.h | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
index 68a5a65..0089e7a 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.
  */
diff --git a/i386/i386at/model_dep.h b/i386/i386at/model_dep.h
index b4f8a17..6d2c35b 100644
--- a/i386/i386at/model_dep.h
+++ b/i386/i386at/model_dep.h
@@ -28,4 +28,6 @@ void halt_cpu(void) __attribute__ ((noreturn));
 
 void inittodr(void);
 
+boolean_t init_alloc_aligned(vm_size_t size, vm_offset_t *addrp);
+
 #endif /* _MODEL_DEP_H_ */
-- 
1.8.1.4


Reply via email to