aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-20 20:24:02 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-03 00:27:05 -0500
commit516b20ee2d4df76e7f76332e161a25c70e8f7bea (patch)
tree96177f1c875ffabc7d68fa3ae00320abbbd1862e /include/net
parent9fd76494855c974e9079e9812ba5ecf88dedab38 (diff)
[SCTP]: ->a_h is gone now.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/sctp/structs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index bb857957a88a..02f1fd5de4be 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -843,7 +843,6 @@ struct sctp_transport {
843 843
844 /* This is the peer's IP address and port. */ 844 /* This is the peer's IP address and port. */
845 union sctp_addr ipaddr; 845 union sctp_addr ipaddr;
846 union sctp_addr ipaddr_h;
847 846
848 /* These are the functions we call to handle LLP stuff. */ 847 /* These are the functions we call to handle LLP stuff. */
849 struct sctp_af *af_specific; 848 struct sctp_af *af_specific;