summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/microblaze_ksyms.c
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-05-13 12:11:42 +0200
committerMichal Simek <monstr@monstr.eu>2010-05-13 12:11:42 +0200
commitee4bcdf1d248c4ebe5f73e11631c3bd3f76d777b (patch)
tree3dd2ae05fbf33960e5ed2b725e5ebe0bcbe3ed60 /arch/microblaze/kernel/microblaze_ksyms.c
parent1ce2470aa544a0aa37b575c45cba366770860af7 (diff)
downloadlinux-ee4bcdf1d248c4ebe5f73e11631c3bd3f76d777b.tar.bz2
microblaze: export assembly functions used by modules
Export __strncpy_user, memory_size, ioremap_bot for modules. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/microblaze_ksyms.c')
-rw-r--r--arch/microblaze/kernel/microblaze_ksyms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/microblaze_ksyms.c b/arch/microblaze/kernel/microblaze_ksyms.c
index ecfb852cd1c5..ff85f7718035 100644
--- a/arch/microblaze/kernel/microblaze_ksyms.c
+++ b/arch/microblaze/kernel/microblaze_ksyms.c
@@ -57,6 +57,7 @@ EXPORT_SYMBOL(_mcount);
* Assembly functions that may be used (directly or indirectly) by modules
*/
EXPORT_SYMBOL(__copy_tofrom_user);
+EXPORT_SYMBOL(__strncpy_user);
#ifdef CONFIG_OPT_LIB_ASM
EXPORT_SYMBOL(memcpy);