summaryrefslogtreecommitdiff
path: root/vm/vm_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_page.h')
-rw-r--r--vm/vm_page.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_page.h b/vm/vm_page.h
index fa018a05..34ad163d 100644
--- a/vm/vm_page.h
+++ b/vm/vm_page.h
@@ -209,6 +209,6 @@ const char * vm_page_zone_name(unsigned int zone_index);
/*
* Display internal information about the module.
*/
-void vm_page_info(void);
+void vm_page_log_info(void);
#endif /* _VM_VM_PAGE_H */