aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/sh_ksyms_32.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-07-11 20:32:14 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-07-11 20:32:14 +0900
commitfe27932052aebf77ac5f3e73962825d2aeb457a0 (patch)
treecba999c9ca5176ca5326efa2de92df7d38f1847a /arch/sh/kernel/sh_ksyms_32.c
parentsh: Replace DEBUG_STACKOVERFLOW with STACK_DEBUG. (diff)
downloadlinux-dev-fe27932052aebf77ac5f3e73962825d2aeb457a0.tar.xz
linux-dev-fe27932052aebf77ac5f3e73962825d2aeb457a0.zip
sh: Use DECLARE_EXPORT() for mcount symbol export.
The function prototype for mcount is not defined if we are not building with ftrace support enabled, so use DECLARE_EXPORT() to stub one in. 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c
index 5b81116046c1..cec610888e28 100644
--- a/arch/sh/kernel/sh_ksyms_32.c
+++ b/arch/sh/kernel/sh_ksyms_32.c
@@ -107,7 +107,7 @@ EXPORT_SYMBOL(clear_user_page);
#endif
#ifdef CONFIG_MCOUNT
-EXPORT_SYMBOL(mcount);
+DECLARE_EXPORT(mcount);
#endif
EXPORT_SYMBOL(csum_partial);
EXPORT_SYMBOL(csum_partial_copy_generic);