summaryrefslogtreecommitdiffstats
path: root/arch/um/include
diff options
context:
space:
mode:
authorStephen Hemminger2009-03-26 16:11:16 +0100
committerDavid S. Miller2009-03-27 08:46:39 +0100
commitcfa8707aa65f7ec8ed2130937810b4fb05b40cfa (patch)
treefcf1c3be12d5dd607e746bb800b5d85eda73ce3c /arch/um/include
parent3c503, smc-ultra: netdev_ops bugs (diff)
downloadkernel-qcow2-linux-cfa8707aa65f7ec8ed2130937810b4fb05b40cfa.tar.gz
kernel-qcow2-linux-cfa8707aa65f7ec8ed2130937810b4fb05b40cfa.tar.xz
kernel-qcow2-linux-cfa8707aa65f7ec8ed2130937810b4fb05b40cfa.zip
uml: convert network device to internal network device stats
Convert the UML network device to use internal network device stats. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/um/include')
-rw-r--r--arch/um/include/shared/net_kern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/shared/net_kern.h b/arch/um/include/shared/net_kern.h
index d843c7924a7c..5c367f22595b 100644
--- a/arch/um/include/shared/net_kern.h
+++ b/arch/um/include/shared/net_kern.h
@@ -26,7 +26,7 @@ struct uml_net_private {
spinlock_t lock;
struct net_device *dev;
struct timer_list tl;
- struct net_device_stats stats;
+
struct work_struct work;
int fd;
unsigned char mac[ETH_ALEN];