projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e13c7b
)
locking: Remove unused prototype
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 16 Nov 2009 18:50:38 +0000
(19:50 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 24 Nov 2009 13:41:12 +0000
(14:41 +0100)
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>
include/linux/spinlock.h
patch
|
blob
|
history
diff --git
a/include/linux/spinlock.h
b/include/linux/spinlock.h
index
f0ca7a7
..
faf1482
100644
(file)
--- a/
include/linux/spinlock.h
+++ b/
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):
*/