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>
---

 /dev/null             |    0 
 25-akpm/mm/swapfile.c |    2 --
 2 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	Thu Mar 24 17:26:08 2005
+++ 25-akpm/mm/swapfile.c	Thu Mar 24 17:26:08 2005
@@ -37,8 +37,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 ";
diff -L mm/swapfile.c.old -puN /dev/null /dev/null
_