unexport swap_page
authorAdrian Bunk <bunk@kernel.org>
Sat, 19 Jul 2008 12:31:38 +0000 (15:31 +0300)
committerAdrian Bunk <bunk@kernel.org>
Sat, 19 Jul 2008 12:31:38 +0000 (15:31 +0300)
static functions mustn't be exported.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
mm/vmscan.c

index 1d64dc145295ddd87b2ad1677a0da0dd2dc82629..eee294e77c96fcafca0d7583868e0d74a9beaaae 100644 (file)
@@ -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