mirror of https://gitee.com/openkylin/linux.git
locking: Remove unused prototype
commit 910067d1(remove generic__raw_read_trylock()) removed the implementation but left the prototype around. Remove it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
8e13c7b772
commit
c9286b7e29
|
@ -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):
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue