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/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-05-23 19:42:52.000000000 -0700
+++ 25-akpm/mm/slab.c	2005-05-23 19:42:52.000000000 -0700
@@ -558,7 +558,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
_