|
@@ -1372,7 +1372,7 @@ kprobe_trace_selftest_target(int a1, int a2, int a3, int a4, int a5, int a6)
|
|
return a1 + a2 + a3 + a4 + a5 + a6;
|
|
return a1 + a2 + a3 + a4 + a5 + a6;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct __init trace_event_file *
|
|
|
|
|
|
+static __init struct trace_event_file *
|
|
find_trace_probe_file(struct trace_kprobe *tk, struct trace_array *tr)
|
|
find_trace_probe_file(struct trace_kprobe *tk, struct trace_array *tr)
|
|
{
|
|
{
|
|
struct trace_event_file *file;
|
|
struct trace_event_file *file;
|