diff options
Diffstat (limited to 'tools/perf/tests/sw-clock.c')
-rw-r--r-- | tools/perf/tests/sw-clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/sw-clock.c b/tools/perf/tests/sw-clock.c index 828494db4a19..d88511f6072c 100644 --- a/tools/perf/tests/sw-clock.c +++ b/tools/perf/tests/sw-clock.c | |||
@@ -124,7 +124,7 @@ out_delete_evlist: | |||
124 | return err; | 124 | return err; |
125 | } | 125 | } |
126 | 126 | ||
127 | int test__sw_clock_freq(int subtest __maybe_unused) | 127 | int test__sw_clock_freq(struct test *test __maybe_unused, int subtest __maybe_unused) |
128 | { | 128 | { |
129 | int ret; | 129 | int ret; |
130 | 130 | ||