diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-20 04:53:38 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-05-20 20:49:48 (GMT) |
commit | 168fc21a971e4bc821a7838ccc39b7bdaf316c11 (patch) | |
tree | c06f5523cd157b760f3f068b1fcd79ad1f9bf6f8 /include/net/if_inet6.h | |
parent | 99bbc70741903c063b3ccad90a3e06fc55df9245 (diff) | |
download | linux-168fc21a971e4bc821a7838ccc39b7bdaf316c11.tar.xz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index 0727d0e..e07feb4 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 */ |