Skip to content

Commit 168fc21

Browse files
Daniel Borkmanndavem330
authored andcommitted
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>
1 parent 99bbc70 commit 168fc21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/net/if_inet6.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ struct inet6_dev {
193193
struct in6_addr token;
194194

195195
struct neigh_parms *nd_parms;
196-
struct inet6_dev *next;
197196
struct ipv6_devconf cnf;
198197
struct ipv6_devstat stats;
199198
unsigned long tstamp; /* ipv6InterfaceTable update timestamp */

0 commit comments

Comments
 (0)