diff options
author | Jiri Kosina <jkosina@suse.cz> | 2018-10-23 14:16:33 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-10-23 14:16:33 +0300 |
commit | 472475000979a156bc32cd75caa59737f5a1caa5 (patch) | |
tree | 6a98319244f7954237cf866c8862ffe3f6128d2d /tools/perf/util/trace-event-scripting.c | |
parent | 712fca63f50a87780ca6dc105370557a945a7ee8 (diff) | |
parent | 9d7b18668956c411a422d04c712994c5fdb23a4b (diff) | |
download | linux-472475000979a156bc32cd75caa59737f5a1caa5.tar.xz |
Merge branch 'for-4.20/apple' into for-linus
Support for Apple Magic Trackpad 2
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
-rw-r--r-- | tools/perf/util/trace-event-scripting.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/trace-event-scripting.c b/tools/perf/util/trace-event-scripting.c index b1e5c3a2b8e3..b749f812ac70 100644 --- a/tools/perf/util/trace-event-scripting.c +++ b/tools/perf/util/trace-event-scripting.c @@ -66,7 +66,7 @@ static int python_start_script_unsupported(const char *script __maybe_unused, return -1; } -static int python_generate_script_unsupported(struct pevent *pevent +static int python_generate_script_unsupported(struct tep_handle *pevent __maybe_unused, const char *outfile __maybe_unused) @@ -130,7 +130,7 @@ static int perl_start_script_unsupported(const char *script __maybe_unused, return -1; } -static int perl_generate_script_unsupported(struct pevent *pevent +static int perl_generate_script_unsupported(struct tep_handle *pevent __maybe_unused, const char *outfile __maybe_unused) { |