diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index a929ea197e48..ff1fa87df8d0 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1065,5 +1065,7 @@ void drop_slab(void); | |||
1065 | extern int randomize_va_space; | 1065 | extern int randomize_va_space; |
1066 | #endif | 1066 | #endif |
1067 | 1067 | ||
1068 | const char *arch_vma_name(struct vm_area_struct *vma); | ||
1069 | |||
1068 | #endif /* __KERNEL__ */ | 1070 | #endif /* __KERNEL__ */ |
1069 | #endif /* _LINUX_MM_H */ | 1071 | #endif /* _LINUX_MM_H */ |