diff options
Diffstat (limited to 'tools/perf/tests/bitmap.c')
-rw-r--r-- | tools/perf/tests/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/bitmap.c b/tools/perf/tests/bitmap.c index db2aadff3708..96c137360918 100644 --- a/tools/perf/tests/bitmap.c +++ b/tools/perf/tests/bitmap.c | |||
@@ -2,8 +2,8 @@ | |||
2 | #include <linux/compiler.h> | 2 | #include <linux/compiler.h> |
3 | #include <linux/bitmap.h> | 3 | #include <linux/bitmap.h> |
4 | #include <perf/cpumap.h> | 4 | #include <perf/cpumap.h> |
5 | #include <internal/cpumap.h> | ||
5 | #include "tests.h" | 6 | #include "tests.h" |
6 | #include "cpumap.h" | ||
7 | #include "debug.h" | 7 | #include "debug.h" |
8 | 8 | ||
9 | #define NBITS 100 | 9 | #define NBITS 100 |