]> Pileus Git - ~andy/linux/commit
sh: Use DECLARE_EXPORT() for mcount symbol export.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 11 Jul 2009 11:32:14 +0000 (20:32 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 11 Jul 2009 11:32:14 +0000 (20:32 +0900)
commitfe27932052aebf77ac5f3e73962825d2aeb457a0
treecba999c9ca5176ca5326efa2de92df7d38f1847a
parent9f14b84afda297d301b81a5bcbd65e83d7b02034
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>
arch/sh/kernel/sh_ksyms_32.c