aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r--include/linux/mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 22165cb18906..7b703b6d4358 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -1131,7 +1131,7 @@ void drop_slab(void);
1131extern int randomize_va_space; 1131extern int randomize_va_space;
1132#endif 1132#endif
1133 1133
1134const char *arch_vma_name(struct vm_area_struct *vma); 1134__attribute__((weak)) const char *arch_vma_name(struct vm_area_struct *vma);
1135 1135
1136#endif /* __KERNEL__ */ 1136#endif /* __KERNEL__ */
1137#endif /* _LINUX_MM_H */ 1137#endif /* _LINUX_MM_H */