From: Matt Mackall I'm no fan of binary modules, but this is boring library functionality. Signed-off-by: Matt Mackall Signed-off-by: Andrew Morton --- 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-02 17:22:54.584050352 -0800 +++ 25-akpm/lib/sort.c 2005-02-02 17:22:54.587049896 -0800 @@ -78,7 +78,7 @@ void sort(void *base, size_t num, size_t } } -EXPORT_SYMBOL_GPL(sort); +EXPORT_SYMBOL(sort); MODULE_LICENSE("GPL"); _