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)
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>

No differences found