unexport do_munmap()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2012-05-30 20:19:20 -04:00
parent eb36c5873b
commit 17d1587f55
1 changed files with 0 additions and 1 deletions

View File

@ -2125,7 +2125,6 @@ int do_munmap(struct mm_struct *mm, unsigned long start, size_t len)
return 0;
}
EXPORT_SYMBOL(do_munmap);
int vm_munmap(unsigned long start, size_t len)
{