diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-19 15:31:38 +0300 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-07-19 15:31:38 +0300 |
commit | a278f98520443a002579778bb3fb9242130443a5 (patch) | |
tree | 1f3fa3b29cde23319fe17a45966cef2b78a34c44 | |
parent | ca891ff02547982647997d7d0eb1071d94fe4e86 (diff) |
unexport swap_page
static functions mustn't be exported.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r-- | mm/vmscan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index 1d64dc14529..eee294e77c9 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 |