aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/radix-tree.h
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2020-06-14 06:07:10 -0400
committerMatthew Wilcox (Oracle) <willy@infradead.org>2020-10-07 09:07:49 -0400
commitdd841a749d1ded8e2e5facc4242ee0b6779fc0cb (patch)
tree22f71e40ffc875a9e2c0c354197dd8fd4be2b1ad /include/linux/radix-tree.h
parentLinux 5.9-rc5 (diff)
downloadlinux-dev-dd841a749d1ded8e2e5facc4242ee0b6779fc0cb.tar.xz
linux-dev-dd841a749d1ded8e2e5facc4242ee0b6779fc0cb.zip
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.h1
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>