From c4a80d7e67b1a084e061853d39a1ba6f500027fd Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 7 Jan 2009 18:09:07 -0800 Subject: uwb: convert devices to net_device_ops Signed-off-by: Stephen Hemminger Acked-by: David Vrabel Signed-off-by: David S. Miller --- drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h') diff --git a/drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h b/drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h index 5f1b2951bb8..3421d3339d7 100644 --- a/drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h +++ b/drivers/uwb/i1480/i1480u-wlp/i1480u-wlp.h @@ -221,7 +221,6 @@ struct i1480u { struct net_device *net_dev; spinlock_t lock; - struct net_device_stats stats; /* RX context handling */ struct sk_buff *rx_skb; @@ -271,7 +270,6 @@ extern int i1480u_stop(struct net_device *); extern int i1480u_hard_start_xmit(struct sk_buff *, struct net_device *); extern void i1480u_tx_timeout(struct net_device *); extern int i1480u_set_config(struct net_device *, struct ifmap *); -extern struct net_device_stats *i1480u_get_stats(struct net_device *); extern int i1480u_change_mtu(struct net_device *, int); extern void i1480u_uwb_notifs_cb(void *, struct uwb_dev *, enum uwb_notifs); -- cgit v1.2.3