X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=wrapper%2Fftrace.h;h=9cf50d253409efc5b9367dfb6e2bea69280ac695;hb=1d443b34028ae43e9c9ee48fd19ece3edb9ae074;hp=da7c39478b5dbc951129e85b9cc25f4c47abda07;hpb=1c726b25f42c14020fbafdaa5cbb2c3eb1644b53;p=lttng-modules.git 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(); }