浏览代码

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 年之前
父节点
当前提交
c9286b7e29
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/linux/spinlock.h

+ 0 - 2
include/linux/spinlock.h

@@ -79,8 +79,6 @@
  */
  */
 #include <linux/spinlock_types.h>
 #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):
  * Pull the __raw*() functions/declarations (UP-nondebug doesnt need them):
  */
  */