summaryrefslogtreecommitdiffstats
path: root/include/net/if_inet6.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-20 04:53:38 +0000
committerDavid S. Miller <davem@davemloft.net>2013-05-20 13:49:48 -0700
commit168fc21a971e4bc821a7838ccc39b7bdaf316c11 (patch)
treec06f5523cd157b760f3f068b1fcd79ad1f9bf6f8 /include/net/if_inet6.h
parent99bbc70741903c063b3ccad90a3e06fc55df9245 (diff)
downloadlinux-168fc21a971e4bc821a7838ccc39b7bdaf316c11.tar.bz2
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 {
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 */