diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 15:09:48 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 15:09:48 +0900 |
commit | 9359e757709a211040e4b0151eae69248e7c6eca (patch) | |
tree | 0a12af716001c2bcd2b07813ea33a3a89d892be3 | |
parent | 0c7b1df69c62209db19d1279dd882b37c04c5c2f (diff) |
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>
-rw-r--r-- | arch/sh/kernel/sh_ksyms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c index 8cad80cec9a..8a6dd06fd07 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) |