From: Mathieu Desnoyers Date: Tue, 24 May 2011 03:50:38 +0000 (-0400) Subject: Fix ftrace.h wrapper X-Git-Tag: v2.0-pre1~102 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=c4c357a4dc463ab58117e6356fad2769f9e6e4c5;p=lttng-modules.git Fix ftrace.h wrapper Signed-off-by: Mathieu Desnoyers --- diff --git a/wrapper/ftrace.h b/wrapper/ftrace.h index da7c3947..9cf50d25 100644 --- a/wrapper/ftrace.h +++ b/wrapper/ftrace.h @@ -53,15 +53,14 @@ void wrapper_unregister_ftrace_function_probe(char *glob, static inline int wrapper_register_ftrace_function_probe(char *glob, - struct ftrace_probe_ops *ops, void *data); - + struct ftrace_probe_ops *ops, void *data) { return unregister_ftrace_function_probe(); } static inline void wrapper_unregister_ftrace_function_probe(char *glob, - struct ftrace_probe_ops *ops, void *data); + struct ftrace_probe_ops *ops, void *data) { return unregister_ftrace_function_probe(); }