diff options
author | Stephen Hemminger <shemminger@linux-foundation.org> | 2009-01-09 13:01:35 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-21 14:02:36 -0800 |
commit | 5a7616af604caf0d436a1ed0d4298bb25cd77d67 (patch) | |
tree | 4c2ba171c81ac53cbf0a05be0e13b1d63fead983 /include/linux/hdlcdrv.h | |
parent | 52db625079e8f231a3e53e89871bd5adb66e8464 (diff) |
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/linux/hdlcdrv.h')
-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 */ |