Re: [PATCH 28/46] kernel: Add prototype declaration to header file linux/ftrace.h

2014-02-27 Thread Steven Rostedt
On Thu, 27 Feb 2014 17:38:01 +0530 Rashika Kheria wrote: > Add prototye declaration of function to header file > include/linux/ftrace.h > because it is used by more than one file. > > This eliminates the following warning in > kernel/trace/trace_functions_graph.c: > kernel/trace/trace_functions_

[PATCH 28/46] kernel: Add prototype declaration to header file linux/ftrace.h

2014-02-27 Thread Rashika Kheria
Add prototye declaration of function to header file include/linux/ftrace.h because it is used by more than one file. This eliminates the following warning in kernel/trace/trace_functions_graph.c: kernel/trace/trace_functions_graph.c:218:15: warning: no previous prototype for ‘ftrace_return_to_han