Skip to content

Commit

Permalink
sh: export clear_user_page() for the modules that need it.
Browse files Browse the repository at this point in the history
Some modules seem to need this, so we export it..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 27, 2006
1 parent 0c7b1df commit 9359e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/kernel/sh_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9359e75

Please sign in to comment.