diff options
Diffstat (limited to 'tools/perf/util/svghelper.c')
-rw-r--r-- | tools/perf/util/svghelper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/svghelper.c b/tools/perf/util/svghelper.c index 582f4a69cd48..96f941e01681 100644 --- a/tools/perf/util/svghelper.c +++ b/tools/perf/util/svghelper.c | |||
@@ -17,11 +17,11 @@ | |||
17 | #include <linux/string.h> | 17 | #include <linux/string.h> |
18 | #include <linux/time64.h> | 18 | #include <linux/time64.h> |
19 | #include <linux/zalloc.h> | 19 | #include <linux/zalloc.h> |
20 | #include <internal/cpumap.h> | ||
20 | #include <perf/cpumap.h> | 21 | #include <perf/cpumap.h> |
21 | 22 | ||
22 | #include "env.h" | 23 | #include "env.h" |
23 | #include "svghelper.h" | 24 | #include "svghelper.h" |
24 | #include "cpumap.h" | ||
25 | 25 | ||
26 | static u64 first_time, last_time; | 26 | static u64 first_time, last_time; |
27 | static u64 turbo_frequency, max_freq; | 27 | static u64 turbo_frequency, max_freq; |