diff options
| author | Adrian Bunk <bunk@stusta.de> | 2004-11-01 00:15:55 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-11-01 00:15:55 -0800 |
| commit | f01fcf6bba7b048ea88461308876d514b9774171 (patch) | |
| tree | 100aed7ed359e116a0cf8302b44a3ad9c8ac1e64 /net/appletalk | |
| parent | cd098c4b803a28170cc3dee1144249494f9d8ad3 (diff) | |
[APPLETALK]: Remove an unused function
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/appletalk')
| -rw-r--r-- | net/appletalk/ddp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c index 588cbe1ec16f..8eada1ca17d8 100644 --- a/net/appletalk/ddp.c +++ b/net/appletalk/ddp.c @@ -78,13 +78,6 @@ static inline void __atalk_insert_socket(struct sock *sk) sk_add_node(sk, &atalk_sockets); } -static inline void atalk_insert_socket(struct sock *sk) -{ - write_lock_bh(&atalk_sockets_lock); - __atalk_insert_socket(sk); - write_unlock_bh(&atalk_sockets_lock); -} - static inline void atalk_remove_socket(struct sock *sk) { write_lock_bh(&atalk_sockets_lock); |
