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

Commit 9359e757 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: export clear_user_page() for the modules that need it.



Some modules seem to need this, so we export it..

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0c7b1df6
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -100,6 +100,7 @@ EXPORT_SYMBOL(flush_cache_all);
EXPORT_SYMBOL(flush_cache_range);
EXPORT_SYMBOL(flush_cache_range);
EXPORT_SYMBOL(flush_dcache_page);
EXPORT_SYMBOL(flush_dcache_page);
EXPORT_SYMBOL(__flush_purge_region);
EXPORT_SYMBOL(__flush_purge_region);
EXPORT_SYMBOL(clear_user_page);
#endif
#endif


#if defined(CONFIG_SH7705_CACHE_32KB)
#if defined(CONFIG_SH7705_CACHE_32KB)