From: Dhaval Giani Date: Fri, 2 Aug 2013 18:47:29 +0000 (-0400) Subject: tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not set X-Git-Tag: v3.11-rc5~28^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e67bc51e574ffe3c4bc1e09cab7658b1e780b4ce;p=pandora-kernel.git tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not set When CONFIG_TRACING is not enabled, the stub prototype for trace_dump_stack() is incorrect. It has (void) when it should be (int). Link: http://lkml.kernel.org/r/CAPhKKr_H=ukFnBL4WgDOVT5ay2xeF-Ho+CA0DWZX0E2JW-=vSQ@mail.gmail.com Signed-off-by: Dhaval Giani Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed