aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/atmclip.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@linux-foundation.org>2009-01-09 13:01:00 +0000
committerDavid S. Miller <davem@davemloft.net>2009-01-21 14:01:59 -0800
commit1a6afe8a733a3edaa1816c10ec2a7353ae0ff47b (patch)
tree4522d06ce87672bb0a1e5d41c5f8f1ea74fa1f64 /include/net/atmclip.h
parentbr2684: convert to net_device_ops (diff)
downloadwireguard-linux-1a6afe8a733a3edaa1816c10ec2a7353ae0ff47b.tar.xz
wireguard-linux-1a6afe8a733a3edaa1816c10ec2a7353ae0ff47b.zip
clip: convert to internal network_device_stats
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/atmclip.h')
-rw-r--r--include/net/atmclip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/atmclip.h b/include/net/atmclip.h
index b5a51a7bb364..467c531b8a7e 100644
--- a/include/net/atmclip.h
+++ b/include/net/atmclip.h
@@ -50,7 +50,6 @@ struct atmarp_entry {
struct clip_priv {
int number; /* for convenience ... */
spinlock_t xoff_lock; /* ensures that pop is atomic (SMP) */
- struct net_device_stats stats;
struct net_device *next; /* next CLIP interface */
};