diff options
author | Joachim Eastwood <manabian@gmail.com> | 2012-11-07 03:14:54 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-07 17:44:37 -0500 |
commit | 2ea32eedc09e5bed031020905c7ee349987a5878 (patch) | |
tree | 4c86d0a66b17ccb3f24c3194ffd48d8f8c60904d /drivers/net/ethernet/cadence/macb.h | |
parent | 3423247667fc0ffedd7ad682a8751a7dade09e86 (diff) |
net/at91_ether: use stat function from macb
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/cadence/macb.h')
-rw-r--r-- | drivers/net/ethernet/cadence/macb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/cadence/macb.h b/drivers/net/ethernet/cadence/macb.h index d7234946d242..97f74dd13da6 100644 --- a/drivers/net/ethernet/cadence/macb.h +++ b/drivers/net/ethernet/cadence/macb.h | |||
@@ -572,6 +572,7 @@ extern const struct ethtool_ops macb_ethtool_ops; | |||
572 | 572 | ||
573 | int macb_mii_init(struct macb *bp); | 573 | int macb_mii_init(struct macb *bp); |
574 | int macb_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); | 574 | int macb_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); |
575 | struct net_device_stats *macb_get_stats(struct net_device *dev); | ||
575 | void macb_set_rx_mode(struct net_device *dev); | 576 | void macb_set_rx_mode(struct net_device *dev); |
576 | void macb_set_hwaddr(struct macb *bp); | 577 | void macb_set_hwaddr(struct macb *bp); |
577 | void macb_get_hwaddr(struct macb *bp); | 578 | void macb_get_hwaddr(struct macb *bp); |