diff options
Diffstat (limited to 'tools/testing/radix-tree/linux/kernel.h')
-rw-r--r-- | tools/testing/radix-tree/linux/kernel.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/testing/radix-tree/linux/kernel.h b/tools/testing/radix-tree/linux/kernel.h index 9b43b4975d83..1cd72a84a089 100644 --- a/tools/testing/radix-tree/linux/kernel.h +++ b/tools/testing/radix-tree/linux/kernel.h | |||
@@ -7,8 +7,10 @@ | |||
7 | #include <stddef.h> | 7 | #include <stddef.h> |
8 | #include <limits.h> | 8 | #include <limits.h> |
9 | 9 | ||
10 | #include "../../include/linux/compiler.h" | 10 | #include <linux/compiler.h> |
11 | #include "../../include/linux/err.h" | 11 | #include <linux/err.h> |
12 | #include <linux/bitops.h> | ||
13 | #include <linux/log2.h> | ||
12 | #include "../../../include/linux/kconfig.h" | 14 | #include "../../../include/linux/kconfig.h" |
13 | 15 | ||
14 | #ifdef BENCHMARK | 16 | #ifdef BENCHMARK |