summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-07-19 15:31:38 +0300
committerAdrian Bunk <bunk@kernel.org>2008-07-19 15:31:38 +0300
commita278f98520443a002579778bb3fb9242130443a5 (patch)
tree1f3fa3b29cde23319fe17a45966cef2b78a34c44
parentca891ff02547982647997d7d0eb1071d94fe4e86 (diff)
unexport swap_page
static functions mustn't be exported. Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r--mm/vmscan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index 1d64dc145295..eee294e77c96 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