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 275195620145..9bb5c038b95a 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -714,7 +714,6 @@ struct sctp_chunk { | |||
714 | 714 | ||
715 | /* What is the origin IP address for this chunk? */ | 715 | /* What is the origin IP address for this chunk? */ |
716 | union sctp_addr source; | 716 | union sctp_addr source; |
717 | union sctp_addr source_h; | ||
718 | /* Destination address for this chunk. */ | 717 | /* Destination address for this chunk. */ |
719 | union sctp_addr dest; | 718 | union sctp_addr dest; |
720 | 719 | ||