mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 14:43:17 +00:00
[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>
This commit is contained in:
parent
995473aec0
commit
db9d988eaa
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ EXPORT_SYMBOL(copy_to_user_tt);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_MODE_SKAS
|
#ifdef CONFIG_MODE_SKAS
|
||||||
|
EXPORT_SYMBOL(strnlen_user_skas);
|
||||||
EXPORT_SYMBOL(strncpy_from_user_skas);
|
EXPORT_SYMBOL(strncpy_from_user_skas);
|
||||||
EXPORT_SYMBOL(copy_to_user_skas);
|
EXPORT_SYMBOL(copy_to_user_skas);
|
||||||
EXPORT_SYMBOL(copy_from_user_skas);
|
EXPORT_SYMBOL(copy_from_user_skas);
|
||||||
|
|
Loading…
Reference in a new issue