Index: kernel/arch/ppc64/include/mm/frame.h
===================================================================
--- kernel/arch/ppc64/include/mm/frame.h	(revision b07c332258ddc6e1be60a03a354a75da62c09c4f)
+++ kernel/arch/ppc64/include/mm/frame.h	(revision 0b5f9fa8f85b747067b6791c2924eaa4a3965b76)
@@ -47,5 +47,5 @@
 
 extern void frame_arch_init(void);
-#define physmem_print()
+extern void physmem_print(void);
 
 #endif /* __ASM__ */
Index: kernel/arch/ppc64/include/mm/memory_init.h
===================================================================
--- kernel/arch/ppc64/include/mm/memory_init.h	(revision b07c332258ddc6e1be60a03a354a75da62c09c4f)
+++ kernel/arch/ppc64/include/mm/memory_init.h	(revision 0b5f9fa8f85b747067b6791c2924eaa4a3965b76)
@@ -38,6 +38,4 @@
 size_t get_memory_size(void);
 
-void memory_print_map(void);
-
 #endif
 
