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.2.47~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57321c3df5c8c3f1a485db064282eefb06504ead;p=pandora-kernel.git ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section commit 7f49ef69db6bbf756c0abca7e9b65b32e999eec8 upstream. 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: Namhyung Kim Signed-off-by: Steven Rostedt [bwh: Backported to 3.2: - ftrace_filter_lseek() is static and not declared in ftrace.h - 'whence' parameter was called 'origin'] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed