diff options
Diffstat (limited to 'include/linux/trace.h')
-rw-r--r-- | include/linux/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/trace.h b/include/linux/trace.h index d24991c1fef3..b95ffb2188ab 100644 --- a/include/linux/trace.h +++ b/include/linux/trace.h | |||
@@ -18,7 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | struct trace_export { | 19 | struct trace_export { |
20 | struct trace_export __rcu *next; | 20 | struct trace_export __rcu *next; |
21 | void (*write)(const void *, unsigned int); | 21 | void (*write)(struct trace_export *, const void *, unsigned int); |
22 | }; | 22 | }; |
23 | 23 | ||
24 | int register_ftrace_export(struct trace_export *export); | 24 | int register_ftrace_export(struct trace_export *export); |