1
0
Fork 0

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

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

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
hifive-unleashed-5.1
Paul Mundt 2006-09-27 15:09:48 +09:00
parent 0c7b1df69c
commit 9359e75770
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ EXPORT_SYMBOL(flush_cache_all);
EXPORT_SYMBOL(flush_cache_range);
EXPORT_SYMBOL(flush_dcache_page);
EXPORT_SYMBOL(__flush_purge_region);
EXPORT_SYMBOL(clear_user_page);
#endif
#if defined(CONFIG_SH7705_CACHE_32KB)