From: Liam R. Howlett Date: Wed, 1 Dec 2021 16:52:08 +0000 (-0500) Subject: radix tree test suite: Add lockdep_is_held to header X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a5da5671adbed254e9fb93ead7a3ca579ce98a68;p=users%2Fjedix%2Flinux-maple.git radix tree test suite: Add lockdep_is_held to header maple tree uses lockdep_is_held, so define it as external in the header. Signed-off-by: Liam R. Howlett --- diff --git a/tools/testing/radix-tree/linux/lockdep.h b/tools/testing/radix-tree/linux/lockdep.h index 016cff473cfc..62473ab57f99 100644 --- a/tools/testing/radix-tree/linux/lockdep.h +++ b/tools/testing/radix-tree/linux/lockdep.h @@ -11,4 +11,6 @@ static inline void lockdep_set_class(spinlock_t *lock, struct lock_class_key *key) { } + +extern int lockdep_is_held(const void *); #endif /* _LINUX_LOCKDEP_H */