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:
abd0b19
)
sctp: remove sctp_assoc_proc_exit()
author
Adrian Bunk
<
[email protected]
>
Tue, 22 Jul 2008 21:21:30 +0000
(14:21 -0700)
committer
David S. Miller
<
[email protected]
>
Tue, 22 Jul 2008 21:21:30 +0000
(14:21 -0700)
Commit
20c2c1fd6c842caf70dcb1d94b9d58861949fd3d
(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: Adrian Bunk <
[email protected]
>
Acked-by: Neil Horman <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/sctp/proc.c
patch
|
blob
|
history
diff --git
a/net/sctp/proc.c
b/net/sctp/proc.c
index 5dd89831eceba6ca38e3b187ac465c2cbf387dc6..f268910620be55d3b7122835fcd3b2ebe629b28f 100644
(file)
--- a/
net/sctp/proc.c
+++ b/
net/sctp/proc.c
@@
-519,8
+519,3
@@
int __init sctp_remaddr_proc_init(void)
return 0;
}
-
-void sctp_assoc_proc_exit(void)
-{
- remove_proc_entry("remaddr", proc_net_sctp);
-}