Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9286b7e authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

locking: Remove unused prototype



commit 910067d1(remove generic__raw_read_trylock()) removed the
implementation but left the prototype around. Remove it.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 8e13c7b7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -79,8 +79,6 @@
 */
#include <linux/spinlock_types.h>

extern int __lockfunc generic__raw_read_trylock(raw_rwlock_t *lock);

/*
 * Pull the __raw*() functions/declarations (UP-nondebug doesnt need them):
 */