diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2020-06-14 13:07:10 +0300 |
---|---|---|
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2020-10-07 16:07:49 +0300 |
commit | dd841a749d1ded8e2e5facc4242ee0b6779fc0cb (patch) | |
tree | 22f71e40ffc875a9e2c0c354197dd8fd4be2b1ad /include/linux/radix-tree.h | |
parent | 856deb866d16e29bd65952e0289066f6078af773 (diff) | |
download | linux-dd841a749d1ded8e2e5facc4242ee0b6779fc0cb.tar.xz |
radix tree test suite: Fix compilation
Introducing local_lock broke compilation; fix it all up.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Diffstat (limited to 'include/linux/radix-tree.h')
-rw-r--r-- | include/linux/radix-tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h index c2a9f7c90727..5c85059a92ba 100644 --- a/include/linux/radix-tree.h +++ b/include/linux/radix-tree.h @@ -11,6 +11,7 @@ #include <linux/bitops.h> #include <linux/kernel.h> #include <linux/list.h> +#include <linux/percpu.h> #include <linux/preempt.h> #include <linux/rcupdate.h> #include <linux/spinlock.h> |