Skip to content

Commit

Permalink
net: ipv6: remove 'next' member from inet6_dev
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Borkmann authored and David S. Miller committed May 20, 2013
1 parent 99bbc70 commit 168fc21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/if_inet6.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 168fc21

Please sign in to comment.