summaryrefslogtreecommitdiff
path: root/net/dccp/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/ipv6.h')
-rw-r--r--net/dccp/ipv6.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/dccp/ipv6.h b/net/dccp/ipv6.h
index 7e4c2a3b322b..c5d14c48def1 100644
--- a/net/dccp/ipv6.h
+++ b/net/dccp/ipv6.h
@@ -13,10 +13,6 @@
struct dccp6_sock {
struct dccp_sock dccp;
- /*
- * ipv6_pinfo has to be the last member of dccp6_sock,
- * see inet6_sk_generic.
- */
struct ipv6_pinfo inet6;
};