powerpc/ppc: export strncasecmp
authorKumar Gala <galak@kernel.crashing.org>
Sun, 2 Apr 2006 21:01:58 +0000 (16:01 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Sun, 2 Apr 2006 21:01:58 +0000 (16:01 -0500)
We have a strncasecmp so we might as well export it

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/ppc_ksyms.c
arch/ppc/kernel/ppc_ksyms.c

index dfa5398..4b052ae 100644 (file)
@@ -81,6 +81,7 @@ EXPORT_SYMBOL(strcat);
 EXPORT_SYMBOL(strlen);
 EXPORT_SYMBOL(strcmp);
 EXPORT_SYMBOL(strcasecmp);
+EXPORT_SYMBOL(strncasecmp);
 
 EXPORT_SYMBOL(csum_partial);
 EXPORT_SYMBOL(csum_partial_copy_generic);
index 865ba74..b250b1b 100644 (file)
@@ -94,6 +94,7 @@ EXPORT_SYMBOL(strcat);
 EXPORT_SYMBOL(strlen);
 EXPORT_SYMBOL(strcmp);
 EXPORT_SYMBOL(strcasecmp);
+EXPORT_SYMBOL(strncasecmp);
 EXPORT_SYMBOL(__div64_32);
 
 EXPORT_SYMBOL(csum_partial);