From: Adrian Bunk <bunk@stusta.de>

I didn't find any possible modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 mm/swapfile.c |    2 --
 1 files changed, 2 deletions(-)

diff -puN mm/swapfile.c~mm-swapfilec-unexport-total_swap_pages mm/swapfile.c
--- 25/mm/swapfile.c~mm-swapfilec-unexport-total_swap_pages	2005-06-22 21:58:33.000000000 -0700
+++ 25-akpm/mm/swapfile.c	2005-06-22 21:58:33.000000000 -0700
@@ -36,8 +36,6 @@ unsigned int nr_swapfiles;
 long total_swap_pages;
 static int swap_overflow;
 
-EXPORT_SYMBOL(total_swap_pages);
-
 static const char Bad_file[] = "Bad swap file entry ";
 static const char Unused_file[] = "Unused swap file entry ";
 static const char Bad_offset[] = "Bad swap offset entry ";
_