Skip to content

Commit

Permalink
arm64: Export __copy_in_user() to modules
Browse files Browse the repository at this point in the history
This function may be called from loadable modules, so it needs
exporting.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Reported-by: Loc Ho <lho@apm.com>
  • Loading branch information
Catalin Marinas committed Oct 24, 2013
1 parent cf10b79 commit 2a3f912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/kernel/arm64ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ EXPORT_SYMBOL(clear_page);
EXPORT_SYMBOL(__copy_from_user);
EXPORT_SYMBOL(__copy_to_user);
EXPORT_SYMBOL(__clear_user);
EXPORT_SYMBOL(__copy_in_user);

/* physical memory */
EXPORT_SYMBOL(memstart_addr);
Expand Down

0 comments on commit 2a3f912

Please sign in to comment.