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

diff -puN mm/hugetlb.c~unexport-hugetlb_total_pages mm/hugetlb.c
--- 25/mm/hugetlb.c~unexport-hugetlb_total_pages	2005-05-03 16:15:12.000000000 -0700
+++ 25-akpm/mm/hugetlb.c	2005-05-03 16:15:12.000000000 -0700
@@ -234,7 +234,6 @@ unsigned long hugetlb_total_pages(void)
 {
 	return nr_huge_pages * (HPAGE_SIZE / PAGE_SIZE);
 }
-EXPORT_SYMBOL(hugetlb_total_pages);
 
 /*
  * We cannot handle pagefaults against hugetlb pages at all.  They cause
_