diff options
Diffstat (limited to 'include/net/sctp/sctp.h')
-rw-r--r-- | include/net/sctp/sctp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index 4f77e9811f9e..73dcc0c82749 100644 --- a/include/net/sctp/sctp.h +++ b/include/net/sctp/sctp.h | |||
@@ -171,8 +171,6 @@ extern struct kmem_cache *sctp_bucket_cachep __read_mostly; | |||
171 | */ | 171 | */ |
172 | 172 | ||
173 | /* spin lock wrappers. */ | 173 | /* spin lock wrappers. */ |
174 | #define sctp_write_lock(lock) write_lock(lock) | ||
175 | #define sctp_write_unlock(lock) write_unlock(lock) | ||
176 | #define sctp_read_lock(lock) read_lock(lock) | 174 | #define sctp_read_lock(lock) read_lock(lock) |
177 | #define sctp_read_unlock(lock) read_unlock(lock) | 175 | #define sctp_read_unlock(lock) read_unlock(lock) |
178 | 176 | ||