diff options
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r-- | include/linux/ftrace_event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index bd099ba82ccc..bc103d7b1ca8 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
@@ -130,8 +130,8 @@ struct ftrace_event_call { | |||
130 | void *data; | 130 | void *data; |
131 | 131 | ||
132 | atomic_t profile_count; | 132 | atomic_t profile_count; |
133 | int (*profile_enable)(struct ftrace_event_call *); | 133 | int (*profile_enable)(void); |
134 | void (*profile_disable)(struct ftrace_event_call *); | 134 | void (*profile_disable)(void); |
135 | }; | 135 | }; |
136 | 136 | ||
137 | #define MAX_FILTER_PRED 32 | 137 | #define MAX_FILTER_PRED 32 |