From: Daniel Borkmann Date: Mon, 20 May 2013 04:53:38 +0000 (+0000) Subject: net: ipv6: remove 'next' member from inet6_dev X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=168fc21a971e4bc821a7838ccc39b7bdaf316c11;p=deliverable%2Flinux.git 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 Signed-off-by: David S. Miller --- 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 { struct in6_addr token; struct neigh_parms *nd_parms; - struct inet6_dev *next; struct ipv6_devconf cnf; struct ipv6_devstat stats; unsigned long tstamp; /* ipv6InterfaceTable update timestamp */