Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

unexport do_munmap()



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent eb36c587
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)
{