Commit f01fcf6b authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[APPLETALK]: Remove an unused function

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cd098c4b
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment