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 /tools/testing/radix-tree/linux/kernel.h | |
parent | 856deb866d16e29bd65952e0289066f6078af773 (diff) |
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 'tools/testing/radix-tree/linux/kernel.h')
-rw-r--r-- | tools/testing/radix-tree/linux/kernel.h | 1 |
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 */ |