aboutsummaryrefslogtreecommitdiffstats
path: root/lib/radix-tree.c
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 /lib/radix-tree.c
parent856deb866d16e29bd65952e0289066f6078af773 (diff)
downloadlinux-dd841a749d1ded8e2e5facc4242ee0b6779fc0cb.tar.gz
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 'lib/radix-tree.c')
-rw-r--r--lib/radix-tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/radix-tree.c b/lib/radix-tree.c
index 8e4a3a4397f2d..0f10485d46b61 100644
--- a/lib/radix-tree.c
+++ b/lib/radix-tree.c
@@ -20,7 +20,6 @@
#include <linux/kernel.h>
#include <linux/kmemleak.h>
#include <linux/percpu.h>
-#include <linux/local_lock.h>
#include <linux/preempt.h> /* in_interrupt() */
#include <linux/radix-tree.h>
#include <linux/rcupdate.h>