diff options
author | Joachim Eastwood <manabian@gmail.com> | 2012-10-18 07:01:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-19 13:18:29 -0400 |
commit | e0da1f144abd34b3e29fe0ba871fee2c57b991c6 (patch) | |
tree | 2fa5023f65f4cf843e397cd507c56fd4409d21d0 /drivers/net/ethernet/cadence/macb.h | |
parent | 5e32353d318835a76f0bb61fd62271c30a43ee22 (diff) |
net/at91_ether: share macb_set_rx_mode with macb
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
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 fd2961a4fca0..2710562e5b64 100644 --- a/drivers/net/ethernet/cadence/macb.h +++ b/drivers/net/ethernet/cadence/macb.h | |||
@@ -574,6 +574,7 @@ extern const struct ethtool_ops macb_ethtool_ops; | |||
574 | 574 | ||
575 | int macb_mii_init(struct macb *bp); | 575 | int macb_mii_init(struct macb *bp); |
576 | int macb_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); | 576 | int macb_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); |
577 | void macb_set_rx_mode(struct net_device *dev); | ||
577 | 578 | ||
578 | static inline bool macb_is_gem(struct macb *bp) | 579 | static inline bool macb_is_gem(struct macb *bp) |
579 | { | 580 | { |