提交 fe279320 编写于 作者: P Paul Mundt

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: NPaul Mundt <lethal@linux-sh.org>
上级 9f14b84a
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册