Prechádzať zdrojové kódy

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>
Thomas Gleixner 15 rokov pred
rodič
commit
c9286b7e29
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  1. 0 2
      include/linux/spinlock.h

+ 0 - 2
include/linux/spinlock.h

@@ -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):
  */