From: Steven Rostedt Date: Tue, 20 Mar 2012 16:28:29 +0000 (-0400) Subject: tracing: Move the tracing_on/off() declarations into CONFIG_TRACING X-Git-Tag: v3.4-rc1~4^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d68e52295fb8b65ded6db49e32e63b6a203e0b;p=pandora-kernel.git tracing: Move the tracing_on/off() declarations into CONFIG_TRACING The tracing_on/off() declarations were under CONFIG_RING_BUFFER, but the functions are now only defined under CONFIG_TRACING as they are specific to ftrace and not the ring buffer. But the declarations were still defined under the ring buffer and this caused the build to fail when CONFIG_RING_BUFFER was set but CONFIG_TRACING was not. Reported-by: Ingo Molnar Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed