]> git.neil.brown.name Git - history.git/commitdiff
[ARM PATCH] 1764/1: Export __arch_strncpy_from_user for modules
authorIan Campbell <icampbell@com.rmk.(none)>
Thu, 4 Mar 2004 22:13:54 +0000 (22:13 +0000)
committerRussell King <rmk@flint.arm.linux.org.uk>
Thu, 4 Mar 2004 22:13:54 +0000 (22:13 +0000)
Patch from Ian Campbell

__arch_strncpy_from_user needs to be exported if you build the
framebuffer console driver as a module.

arch/arm/kernel/armksyms.c

index 606ac8cc36a8919729a300f91def859bf6e07ad6..fbc941426b0a79f9688f25060523b0d0ba2b35ce 100644 (file)
@@ -187,6 +187,7 @@ EXPORT_SYMBOL(__arch_copy_from_user);
 EXPORT_SYMBOL(__arch_copy_to_user);
 EXPORT_SYMBOL(__arch_clear_user);
 EXPORT_SYMBOL(__arch_strnlen_user);
+EXPORT_SYMBOL(__arch_strncpy_from_user);
 
        /* consistent area handling */
 EXPORT_SYMBOL(consistent_alloc);