projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caea902
)
sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.
author
David S. Miller
<davem@davemloft.net>
Tue, 17 Jun 2008 07:40:36 +0000
(
00:40
-0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 17 Jun 2008 07:40:36 +0000
(
00:40
-0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sctp.h
patch
|
blob
|
history
diff --git
a/include/net/sctp/sctp.h
b/include/net/sctp/sctp.h
index 5672d489e9240c0adb4afe1750021709b74ed773..17b932b8a55a771f12248a7909f07950552bf4d8 100644
(file)
--- a/
include/net/sctp/sctp.h
+++ b/
include/net/sctp/sctp.h
@@
-220,8
+220,6
@@
extern struct kmem_cache *sctp_bucket_cachep __read_mostly;
#define sctp_release_sock(sk) release_sock(sk)
#define sctp_bh_lock_sock(sk) bh_lock_sock(sk)
#define sctp_bh_unlock_sock(sk) bh_unlock_sock(sk)
-#define SCTP_SOCK_SLEEP_PRE(sk) SOCK_SLEEP_PRE(sk)
-#define SCTP_SOCK_SLEEP_POST(sk) SOCK_SLEEP_POST(sk)
/* SCTP SNMP MIB stats handlers */
DECLARE_SNMP_STAT(struct sctp_mib, sctp_statistics);