Commit 17d1587f authored by Al Viro's avatar Al Viro

unexport do_munmap()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent eb36c587
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment