From: Steven Rostedt (Red Hat) Date: Fri, 12 Apr 2013 20:40:13 +0000 (-0400) Subject: ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section X-Git-Tag: v3.9-rc7~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f49ef69db6bbf756c0abca7e9b65b32e999eec8;p=pandora-kernel.git ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section As ftrace_filter_lseek is now used with ftrace_pid_fops, it needs to be moved out of the #ifdef CONFIG_DYNAMIC_FTRACE section as the ftrace_pid_fops is defined when DYNAMIC_FTRACE is not. Cc: stable@vger.kernel.org Cc: Namhyung Kim Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed