From: Paul Mundt Date: Sat, 11 Jul 2009 11:32:14 +0000 (+0900) Subject: sh: Use DECLARE_EXPORT() for mcount symbol export. X-Git-Tag: v2.6.32-rc1~640^2~95^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe27932052aebf77ac5f3e73962825d2aeb457a0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed