Skip to content
Snippets Groups Projects
Commit db2c4392 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] export copy_page


Martin Michlmayr reported that fuse complains:
  ERROR: "copy_page" [fs/fuse/fuse.ko] undefined!

so export the needed function.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5bb7ff79
No related branches found
No related tags found
No related merge requests found
...@@ -179,3 +179,5 @@ EXPORT_SYMBOL(_find_next_zero_bit_be); ...@@ -179,3 +179,5 @@ EXPORT_SYMBOL(_find_next_zero_bit_be);
EXPORT_SYMBOL(_find_first_bit_be); EXPORT_SYMBOL(_find_first_bit_be);
EXPORT_SYMBOL(_find_next_bit_be); EXPORT_SYMBOL(_find_next_bit_be);
#endif #endif
EXPORT_SYMBOL(copy_page);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment