diff options
author | Stephen Hemminger <shemminger@linux-foundation.org> | 2009-01-09 14:01:35 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-21 23:02:36 +0100 |
commit | 5a7616af604caf0d436a1ed0d4298bb25cd77d67 (patch) | |
tree | 4c2ba171c81ac53cbf0a05be0e13b1d63fead983 /include | |
parent | dmascc: convert to network_device_ops (diff) | |
download | linux-5a7616af604caf0d436a1ed0d4298bb25cd77d67.tar.xz linux-5a7616af604caf0d436a1ed0d4298bb25cd77d67.zip |
hdlcdrv: convert to internal net_device_stats
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: Thomas Sailer <t.sailer@alumni.ethz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hdlcdrv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hdlcdrv.h b/include/linux/hdlcdrv.h index bf6302f6b5f8..0821bac62b83 100644 --- a/include/linux/hdlcdrv.h +++ b/include/linux/hdlcdrv.h @@ -241,7 +241,6 @@ struct hdlcdrv_state { struct hdlcdrv_bitbuffer bitbuf_hdlc; #endif /* HDLCDRV_DEBUG */ - struct net_device_stats stats; int ptt_keyed; /* queued skb for transmission */ |