]> Pileus Git - ~andy/linux/commit
net: cris/eth_v10: Use net_device_stats from struct net_device_stats
authorTobias Klauser <tklauser@distanz.ch>
Thu, 2 Dec 2010 07:22:05 +0000 (07:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Dec 2010 21:24:47 +0000 (13:24 -0800)
commit40fe7d88ab3eb711b307fab1b92aa6870914c975
tree6b5f758693e7e18984e0dedd46a17a52dd965bd7
parentb27d50a9ff5cf2775b7a4daf571a0cc72d013b9c
net: cris/eth_v10: Use net_device_stats from struct net_device_stats

struct net_device has its own struct net_device_stats member, so use
this one instead of a private copy in struct net_local.

Note: This patch was not even compile tested.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cris/eth_v10.c