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

 25-akpm/mm/slab.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN mm/slab.c~unexport-slab_reclaim_pages mm/slab.c
--- 25/mm/slab.c~unexport-slab_reclaim_pages	2005-03-27 17:22:11.000000000 -0800
+++ 25-akpm/mm/slab.c	2005-03-27 17:22:11.000000000 -0800
@@ -557,7 +557,6 @@ static struct list_head cache_chain;
  * SLAB_RECLAIM_ACCOUNT turns this on per-slab
  */
 atomic_t slab_reclaim_pages;
-EXPORT_SYMBOL(slab_reclaim_pages);
 
 /*
  * chicken and egg problem: delay the per-cpu array allocation
_