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

sctp: remove sctp_assoc_proc_exit()

Commit 20c2c1fd
(sctp: add sctp/remaddr table to complete RFC remote address table OID)
added an unused sctp_assoc_proc_exit() function that seems to have been 
unintentionally created when copying the assocs code.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarNeil Horman <nhorman@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent abd0b198
...@@ -519,8 +519,3 @@ int __init sctp_remaddr_proc_init(void) ...@@ -519,8 +519,3 @@ int __init sctp_remaddr_proc_init(void)
return 0; return 0;
} }
void sctp_assoc_proc_exit(void)
{
remove_proc_entry("remaddr", proc_net_sctp);
}
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