
From: Matt Mackall <mpm@selenic.com>

I'm no fan of binary modules, but this is boring library functionality.

Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/lib/sort.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN lib/sort.c~sort-export lib/sort.c
--- 25/lib/sort.c~sort-export	2005-02-22 18:16:59.000000000 -0800
+++ 25-akpm/lib/sort.c	2005-02-22 18:16:59.000000000 -0800
@@ -78,7 +78,7 @@ void sort(void *base, size_t num, size_t
 	}
 }
 
-EXPORT_SYMBOL_GPL(sort);
+EXPORT_SYMBOL(sort);
 
 #if 1
 /* a simple boot-time regression test */
_
