diff options
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r-- | drivers/net/bnx2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index c4e85f694272..fcaf3bc8277e 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
@@ -6283,7 +6283,7 @@ bnx2_vlan_rx_register(struct net_device *dev, struct vlan_group *vlgrp) | |||
6283 | * bnx2_tx_int() runs without netif_tx_lock unless it needs to call | 6283 | * bnx2_tx_int() runs without netif_tx_lock unless it needs to call |
6284 | * netif_wake_queue(). | 6284 | * netif_wake_queue(). |
6285 | */ | 6285 | */ |
6286 | static int | 6286 | static netdev_tx_t |
6287 | bnx2_start_xmit(struct sk_buff *skb, struct net_device *dev) | 6287 | bnx2_start_xmit(struct sk_buff *skb, struct net_device *dev) |
6288 | { | 6288 | { |
6289 | struct bnx2 *bp = netdev_priv(dev); | 6289 | struct bnx2 *bp = netdev_priv(dev); |