From: Shannon Nelson Date: Tue, 11 Nov 2014 20:07:27 +0000 (+0000) Subject: i40e: fix netdev_stat macro definition X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~83^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad177dc8ba9f6a0f378a73da423cb28425e8756;p=pandora-kernel.git i40e: fix netdev_stat macro definition The old xxx_NETDEV_STAT() macro was defined long before the newer rtnl_link_stats64 came into being, and just never got updated. Since we're using rtnl_link_stats64 in other parts of the driver, we should use it here as well. We've just been lucky that the field definitions are the same sizes. Change-ID: I19fc71619905700235dcdf0d3c8153aec81d36de Signed-off-by: Shannon Nelson Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed