aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/if_inet6.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-20 00:53:38 -0400
committerDavid S. Miller <davem@davemloft.net>2013-05-20 16:49:48 -0400
commit168fc21a971e4bc821a7838ccc39b7bdaf316c11 (patch)
treec06f5523cd157b760f3f068b1fcd79ad1f9bf6f8 /include/net/if_inet6.h
parent99bbc70741903c063b3ccad90a3e06fc55df9245 (diff)
net: ipv6: remove 'next' member from inet6_dev
The next pointer within the inet6_dev structure seems not to be used anywhere. So just remove it. Tested with allmodconfig on x86_64. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/if_inet6.h')
-rw-r--r--include/net/if_inet6.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h
index 0727d0e4af3b..e07feb456d19 100644
--- a/include/net/if_inet6.h
+++ b/include/net/if_inet6.h
@@ -193,7 +193,6 @@ struct inet6_dev {
193 struct in6_addr token; 193 struct in6_addr token;
194 194
195 struct neigh_parms *nd_parms; 195 struct neigh_parms *nd_parms;
196 struct inet6_dev *next;
197 struct ipv6_devconf cnf; 196 struct ipv6_devconf cnf;
198 struct ipv6_devstat stats; 197 struct ipv6_devstat stats;
199 unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ 198 unsigned long tstamp; /* ipv6InterfaceTable update timestamp */