Commit 69ab3709 authored by Jon Grimm's avatar Jon Grimm

[SCTP] Remove __exit from sctp_proc_exit.

parent c89527e4
...@@ -95,7 +95,7 @@ __init void sctp_proc_init(void) ...@@ -95,7 +95,7 @@ __init void sctp_proc_init(void)
} }
/* Clean up the proc fs entry for the SCTP protocol. */ /* Clean up the proc fs entry for the SCTP protocol. */
__exit void sctp_proc_exit(void) void sctp_proc_exit(void)
{ {
if (proc_net_sctp) { if (proc_net_sctp) {
proc_net_sctp = NULL; proc_net_sctp = NULL;
......
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