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

Commit 0847f4ff authored by Laura Abbott's avatar Laura Abbott Committed by Matt Wagantall
Browse files

arm64: Export caching APIs



External modules may need to use caching APIs. Export the symbols
to allow their use.

Change-Id: I72a862608d37dedf0980ee2790ffb93a9de82221
Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
[stepanm@codeaurora.org: resolve minor conflicts]
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 790923fb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
#include <linux/uaccess.h>
#include <linux/io.h>

#include <asm/cacheflush.h>
#include <asm/checksum.h>

EXPORT_SYMBOL(copy_page);
@@ -65,3 +66,7 @@ EXPORT_SYMBOL(test_and_change_bit);
#ifdef CONFIG_FUNCTION_TRACER
EXPORT_SYMBOL(_mcount);
#endif
	/* caching functions */
EXPORT_SYMBOL(__dma_inv_range);
EXPORT_SYMBOL(__dma_clean_range);
EXPORT_SYMBOL(__dma_flush_range);