diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2009-11-16 13:50:38 -0500 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2009-11-24 08:41:12 -0500 |
| commit | c9286b7e293a1ea054e857ff3f5a23d0ad8d4f36 (patch) | |
| tree | 6bbbbc2c08f3cc2a2a7cb794cb818b169f965977 /include/linux | |
| parent | 8e13c7b772387f55dc05c6a0e5b30010c3c46ff9 (diff) | |
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spinlock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/spinlock.h b/include/linux/spinlock.h index f0ca7a7a1757..faf1482028df 100644 --- a/include/linux/spinlock.h +++ b/include/linux/spinlock.h | |||
| @@ -79,8 +79,6 @@ | |||
| 79 | */ | 79 | */ |
| 80 | #include <linux/spinlock_types.h> | 80 | #include <linux/spinlock_types.h> |
| 81 | 81 | ||
| 82 | extern int __lockfunc generic__raw_read_trylock(raw_rwlock_t *lock); | ||
| 83 | |||
| 84 | /* | 82 | /* |
| 85 | * Pull the __raw*() functions/declarations (UP-nondebug doesnt need them): | 83 | * Pull the __raw*() functions/declarations (UP-nondebug doesnt need them): |
| 86 | */ | 84 | */ |
