[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080722172057.GU14846@cs181140183.pp.htv.fi>
Date: Tue, 22 Jul 2008 20:20:57 +0300
From: Adrian Bunk <bunk@...nel.org>
To: Neil Horman <nhorman@...driver.com>,
Vlad Yasevich <vladislav.yasevich@...com>,
"David S. Miller" <davem@...emloft.net>, sri@...ibm.com
Cc: linux-sctp@...r.kernel.org, netdev@...r.kernel.org
Subject: [2.6 patch] remove sctp_assoc_proc_exit()
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 <bunk@...nel.org>
---
3020dff4c136f6e7f98e0c02f8b5e1cedfa75d2f
diff --git a/net/sctp/proc.c b/net/sctp/proc.c
index 5dd8983..f268910 100644
--- 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);
-}
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists