net: ipv6: remove 'next' member from inet6_dev
authorDaniel Borkmann <dborkman@redhat.com>
Mon, 20 May 2013 04:53:38 +0000 (04:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 May 2013 20:49:48 +0000 (13:49 -0700)
commit168fc21a971e4bc821a7838ccc39b7bdaf316c11
treec06f5523cd157b760f3f068b1fcd79ad1f9bf6f8
parent99bbc70741903c063b3ccad90a3e06fc55df9245
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>
include/net/if_inet6.h