summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
diff options
context:
space:
mode:
authorAl Viro2006-11-21 02:14:23 +0100
committerDavid S. Miller2006-12-03 06:26:57 +0100
commit80f15d62418040e78849f5fc3a4a5af9c9d1fec7 (patch)
tree8b6e07b00843467d06dda45cc8d00e5dc3363a19 /include/net/sctp
parent[SCTP]: Switch all remaining users of ->saddr_h to ->saddr. (diff)
downloadkernel-qcow2-linux-80f15d62418040e78849f5fc3a4a5af9c9d1fec7.tar.gz
kernel-qcow2-linux-80f15d62418040e78849f5fc3a4a5af9c9d1fec7.tar.xz
kernel-qcow2-linux-80f15d62418040e78849f5fc3a4a5af9c9d1fec7.zip
[SCTP]: ->source_h is not used anymore.
kill it Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sctp')
-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 275195620145..9bb5c038b95a 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -714,7 +714,6 @@ struct sctp_chunk {
/* What is the origin IP address for this chunk? */
union sctp_addr source;
- union sctp_addr source_h;
/* Destination address for this chunk. */
union sctp_addr dest;