diff options
author | 2019-11-19 09:00:45 +0100 | |
---|---|---|
committer | 2019-11-19 09:00:45 +0100 | |
commit | 9f4813b531a0b8cc502fcfb142937fe4e9104d77 (patch) | |
tree | 97ff9123582e2a9d0fd21b73cbd4abe728cafa93 /tools/perf/scripts/python | |
parent | x86/mm: Clean up the pmd_read_atomic() comments (diff) | |
parent | Linux 5.4-rc8 (diff) | |
download | wireguard-linux-9f4813b531a0b8cc502fcfb142937fe4e9104d77.tar.xz wireguard-linux-9f4813b531a0b8cc502fcfb142937fe4e9104d77.zip |
Merge tag 'v5.4-rc8' into WIP.x86/mm, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | tools/perf/scripts/python/Perf-Trace-Util/Context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/Perf-Trace-Util/Context.c b/tools/perf/scripts/python/Perf-Trace-Util/Context.c index 217568bc29ce..0b7096847991 100644 --- a/tools/perf/scripts/python/Perf-Trace-Util/Context.c +++ b/tools/perf/scripts/python/Perf-Trace-Util/Context.c @@ -6,7 +6,6 @@ */ #include <Python.h> -#include "../../../perf.h" #include "../../../util/trace-event.h" #if PY_MAJOR_VERSION < 3 |