aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
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 9bb5c038b95a..bb857957a88a 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -757,7 +757,6 @@ const union sctp_addr *sctp_source(const struct sctp_chunk *chunk);
757struct sctp_sockaddr_entry { 757struct sctp_sockaddr_entry {
758 struct list_head list; 758 struct list_head list;
759 union sctp_addr a; 759 union sctp_addr a;
760 union sctp_addr a_h;
761 __u8 use_as_src; 760 __u8 use_as_src;
762}; 761};
763 762