diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 8f6619dbb666..275195620145 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -904,7 +904,6 @@ struct sctp_transport { | |||
904 | struct dst_entry *dst; | 904 | struct dst_entry *dst; |
905 | /* Source address. */ | 905 | /* Source address. */ |
906 | union sctp_addr saddr; | 906 | union sctp_addr saddr; |
907 | union sctp_addr saddr_h; | ||
908 | 907 | ||
909 | /* When was the last time(in jiffies) that a data packet was sent on | 908 | /* When was the last time(in jiffies) that a data packet was sent on |
910 | * this transport? This is used to adjust the cwnd when the transport | 909 | * this transport? This is used to adjust the cwnd when the transport |