commit | 168fc21a971e4bc821a7838ccc39b7bdaf316c11 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Mon May 20 04:53:38 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 20 13:49:48 2013 -0700 |
tree | c06f5523cd157b760f3f068b1fcd79ad1f9bf6f8 | |
parent | 99bbc70741903c063b3ccad90a3e06fc55df9245 [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>