ip6_gre: use netdev_alloc_pcpu_stats()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Apr 2015 14:56:16 +0000 (16:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Apr 2015 19:39:05 +0000 (15:39 -0400)
commit26349c71b4323e62f8de0fe45f2f06c4df535b9b
treee11984283a1cae8ae93e612f974cec9dd6bc8508
parent0e2d686530d5e6c3c50c2c4f9ef8d6428252c35c
ip6_gre: use netdev_alloc_pcpu_stats()

The code there just open-codes the same, so use the provided macro instead.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_gre.c