aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 15:09:48 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 15:09:48 +0900
commit9359e757709a211040e4b0151eae69248e7c6eca (patch)
tree0a12af716001c2bcd2b07813ea33a3a89d892be3 /arch
parent0c7b1df69c62209db19d1279dd882b37c04c5c2f (diff)
downloadlinux-9359e757709a211040e4b0151eae69248e7c6eca.tar.gz
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/kernel/sh_ksyms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c
index 8cad80cec9a66d..8a6dd06fd071b9 100644
--- a/arch/sh/kernel/sh_ksyms.c
+++ b/arch/sh/kernel/sh_ksyms.c
@@ -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)