Commit 64a3ca5f authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] mm/migrate.c: don't export a static function


EXPORT_SYMBOL'ing of a static function is not a good idea.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Cc: Christoph Lameter <clameter@engr.sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 91fc8ab3
No related merge requests found
......@@ -173,7 +173,6 @@ unlock_retry:
retry:
return -EAGAIN;
}
EXPORT_SYMBOL(swap_page);
/*
* Remove references for a page and establish the new page with the correct
......
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