diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2020-06-14 06:07:10 -0400 |
---|---|---|
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2020-10-07 09:07:49 -0400 |
commit | dd841a749d1ded8e2e5facc4242ee0b6779fc0cb (patch) | |
tree | 22f71e40ffc875a9e2c0c354197dd8fd4be2b1ad /lib | |
parent | 856deb866d16e29bd65952e0289066f6078af773 (diff) | |
download | linux-dd841a749d1ded8e2e5facc4242ee0b6779fc0cb.tar.gz linux-dd841a749d1ded8e2e5facc4242ee0b6779fc0cb.tar.bz2 linux-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 'lib')
-rw-r--r-- | lib/radix-tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/radix-tree.c b/lib/radix-tree.c index 8e4a3a4397f2..0f10485d46b6 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> |