Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -179,3 +179,5 @@ EXPORT_SYMBOL(_find_next_zero_bit_be);
EXPORT_SYMBOL(_find_first_bit_be);
EXPORT_SYMBOL(_find_next_bit_be);
#endif

EXPORT_SYMBOL(copy_page);