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

Commit 2f46eb50 authored by Laura Abbott's avatar Laura Abbott
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>
parent 219364c5
Loading
Loading
Loading
Loading
+6 −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>

	/* user mem (segment) */
@@ -58,3 +59,8 @@ EXPORT_SYMBOL(clear_bit);
EXPORT_SYMBOL(test_and_clear_bit);
EXPORT_SYMBOL(change_bit);
EXPORT_SYMBOL(test_and_change_bit);

	/* caching functions */
EXPORT_SYMBOL(__dma_inv_range);
EXPORT_SYMBOL(__dma_clean_range);
EXPORT_SYMBOL(__dma_flush_range);