diff options
author | Jeff Dike <jdike@addtoit.com> | 2006-09-27 04:50:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-27 11:26:16 -0400 |
commit | db9d988eaa48fa8d64cf3234a301eb9406b91de1 (patch) | |
tree | cf85c5a32104e38d2334572d2b7977332de27ea0 /arch/um | |
parent | 995473aec0be1d9993205accc03e19d32d4e4a2a (diff) |
[PATCH] uml: add an export
Some modules need strnlen_user_skas.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/kernel/ksyms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/kernel/ksyms.c b/arch/um/kernel/ksyms.c index 9cbd9bb7e6d0..f030e44262ba 100644 --- a/arch/um/kernel/ksyms.c +++ b/arch/um/kernel/ksyms.c | |||
@@ -47,6 +47,7 @@ EXPORT_SYMBOL(copy_to_user_tt); | |||
47 | #endif | 47 | #endif |
48 | 48 | ||
49 | #ifdef CONFIG_MODE_SKAS | 49 | #ifdef CONFIG_MODE_SKAS |
50 | EXPORT_SYMBOL(strnlen_user_skas); | ||
50 | EXPORT_SYMBOL(strncpy_from_user_skas); | 51 | EXPORT_SYMBOL(strncpy_from_user_skas); |
51 | EXPORT_SYMBOL(copy_to_user_skas); | 52 | EXPORT_SYMBOL(copy_to_user_skas); |
52 | EXPORT_SYMBOL(copy_from_user_skas); | 53 | EXPORT_SYMBOL(copy_from_user_skas); |