Skip to content

Commit

Permalink
locking: Remove unused prototype
Browse files Browse the repository at this point in the history
commit 910067d(remove generic__raw_read_trylock()) removed the
implementation but left the prototype around. Remove it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Nov 24, 2009
1 parent 8e13c7b commit c9286b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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):
*/
Expand Down

0 comments on commit c9286b7

Please sign in to comment.