aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux/kernel.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 /tools/testing/radix-tree/linux/kernel.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 '')
-rw-r--r--tools/testing/radix-tree/linux/kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux/kernel.h b/tools/testing/radix-tree/linux/kernel.h
index 4568248222ae..39867fd80c8f 100644
--- a/tools/testing/radix-tree/linux/kernel.h
+++ b/tools/testing/radix-tree/linux/kernel.h
@@ -22,4 +22,5 @@
#define __releases(x)
#define __must_hold(x)
+#define EXPORT_PER_CPU_SYMBOL_GPL(x)
#endif /* _KERNEL_H */