projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c7b1df
)
sh: export clear_user_page() for the modules that need it.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 27 Sep 2006 06:09:48 +0000
(15:09 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 27 Sep 2006 06:09:48 +0000
(15:09 +0900)
Some modules seem to need this, so we export it..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/sh_ksyms.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/sh_ksyms.c
b/arch/sh/kernel/sh_ksyms.c
index 8cad80cec9a66d02f9b2b18f2f76d2cd4a8421b5..8a6dd06fd071b9f1361aefaa05ded240cfc0a54a 100644
(file)
--- 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)