aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/mmap.c')
-rw-r--r--mm/mmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/mmap.c b/mm/mmap.c
index 9e685b9abcde..4275e81e25ba 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -181,8 +181,6 @@ error:
181 return -ENOMEM; 181 return -ENOMEM;
182} 182}
183 183
184EXPORT_SYMBOL(__vm_enough_memory);
185
186/* 184/*
187 * Requires inode->i_mapping->i_mmap_lock 185 * Requires inode->i_mapping->i_mmap_lock
188 */ 186 */