From: Li Zefan Date: Mon, 10 May 2010 03:23:00 +0000 (+0800) Subject: tracing: Fix function declarations if !CONFIG_STACKTRACE X-Git-Tag: v2.6.35-rc1~30^2~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1f7992e015ae1373d66c8068d0a45e4111a0aed;p=pandora-kernel.git tracing: Fix function declarations if !CONFIG_STACKTRACE ftrace_trace_stack() and frace_trace_userstacke() take a struct ring_buffer argument, not struct trace_array. Commit e77405ad("tracing: pass around ring buffer instead of tracer") made this change. Signed-off-by: Li Zefan LKML-Reference: <4BE77C14.5010806@cn.fujitsu.com> Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed