From: Steven Rostedt (Red Hat) Date: Mon, 24 Nov 2014 16:30:58 +0000 (-0500) Subject: ftrace/x86: Move MCOUNT_SAVE_FRAME out of header file X-Git-Tag: omap-for-v3.20/drop-legacy-3517~138^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bcdf1522fb11b6c3a3dabe4432b54da2bd6bc0e;p=pandora-kernel.git ftrace/x86: Move MCOUNT_SAVE_FRAME out of header file Linus pointed out that MCOUNT_SAVE_FRAME is used in only a single file and that there's no reason that it should be in a header file. Move the macro to the code that uses it. Link: http://lkml.kernel.org/r/CA+55aFwF+qCGSKdGaEgW4p6N65GZ5_XTV=1NbtWDvxnd5yYLiw@mail.gmail.com Link: http://lkml.kernel.org/r/alpine.DEB.2.11.1411262304010.3961@nanos Reviewed-by: Thomas Gleixner Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed