Fix ftrace.h wrapper
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 24 May 2011 03:50:38 +0000 (23:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 24 May 2011 03:50:38 +0000 (23:50 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
wrapper/ftrace.h

index da7c39478b5dbc951129e85b9cc25f4c47abda07..9cf50d253409efc5b9367dfb6e2bea69280ac695 100644 (file)
@@ -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();
 }
This page took 0.027863 seconds and 4 git commands to generate.