diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 48f76d2e54c2..53af11d3767b 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -128,7 +128,7 @@ struct perf_counter; | |||
128 | * struct hw_perf_counter_ops - performance counter hw ops | 128 | * struct hw_perf_counter_ops - performance counter hw ops |
129 | */ | 129 | */ |
130 | struct hw_perf_counter_ops { | 130 | struct hw_perf_counter_ops { |
131 | void (*enable) (struct perf_counter *counter); | 131 | int (*enable) (struct perf_counter *counter); |
132 | void (*disable) (struct perf_counter *counter); | 132 | void (*disable) (struct perf_counter *counter); |
133 | void (*read) (struct perf_counter *counter); | 133 | void (*read) (struct perf_counter *counter); |
134 | }; | 134 | }; |