From: Adrian Bunk Date: Sat, 19 Jul 2008 12:31:38 +0000 (+0300) Subject: unexport swap_page X-Git-Tag: v2.6.16.62-rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a278f98520443a002579778bb3fb9242130443a5;p=thirdparty%2Fkernel%2Fstable.git unexport swap_page static functions mustn't be exported. Signed-off-by: Adrian Bunk --- diff --git a/mm/vmscan.c b/mm/vmscan.c index 1d64dc145295d..eee294e77c96f 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -672,7 +672,6 @@ unlock_retry: retry: return -EAGAIN; } -EXPORT_SYMBOL(swap_page); /* * Page migration was first developed in the context of the memory hotplug