diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2008-03-04 15:23:47 -0800 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-03-06 11:16:40 +0900 |
commit | ad0caae0ded1af2a0a41f93356587e1c24d76725 (patch) | |
tree | 586b88ac15cb1b46e8ef81de8cd9ce101b9f4ac5 /arch/sh/kernel/sh_ksyms_32.c | |
parent | 4bee4ca2de533947720db14276828e1a066b940d (diff) |
sh: export copy-page() to modules
ERROR: "copy_page" [fs/unionfs/unionfs.ko] undefined!
like all the other architectures.
Cc: Erez Zadok <ezk@cs.sunysb.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/sh_ksyms_32.c')
-rw-r--r-- | arch/sh/kernel/sh_ksyms_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c index a12f1151fbd..d80de390327 100644 --- a/arch/sh/kernel/sh_ksyms_32.c +++ b/arch/sh/kernel/sh_ksyms_32.c @@ -146,5 +146,6 @@ EXPORT_SYMBOL(csum_partial_copy_generic); EXPORT_SYMBOL(csum_ipv6_magic); #endif EXPORT_SYMBOL(clear_page); +EXPORT_SYMBOL(copy_page); EXPORT_SYMBOL(__clear_user); EXPORT_SYMBOL(_ebss); |