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/page_alloc.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN mm/page_alloc.c~mm-page_allocc-unexport-nr_swap_pages mm/page_alloc.c
--- 25/mm/page_alloc.c~mm-page_allocc-unexport-nr_swap_pages	2005-05-05 14:42:41.000000000 -0700
+++ 25-akpm/mm/page_alloc.c	2005-05-05 14:42:41.000000000 -0700
@@ -62,7 +62,6 @@ long nr_swap_pages;
 int sysctl_lowmem_reserve_ratio[MAX_NR_ZONES-1] = { 256, 32 };
 
 EXPORT_SYMBOL(totalram_pages);
-EXPORT_SYMBOL(nr_swap_pages);
 
 /*
  * Used by page_zone() to look up the address of the struct zone whose
_