diff options
Diffstat (limited to 'drivers/net/via-velocity.c')
-rw-r--r-- | drivers/net/via-velocity.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/via-velocity.c b/drivers/net/via-velocity.c index 47be41a39d35..e56cf6b548d6 100644 --- a/drivers/net/via-velocity.c +++ b/drivers/net/via-velocity.c | |||
@@ -2465,7 +2465,8 @@ static int velocity_close(struct net_device *dev) | |||
2465 | * Called by the networ layer to request a packet is queued to | 2465 | * Called by the networ layer to request a packet is queued to |
2466 | * the velocity. Returns zero on success. | 2466 | * the velocity. Returns zero on success. |
2467 | */ | 2467 | */ |
2468 | static int velocity_xmit(struct sk_buff *skb, struct net_device *dev) | 2468 | static netdev_tx_t velocity_xmit(struct sk_buff *skb, |
2469 | struct net_device *dev) | ||
2469 | { | 2470 | { |
2470 | struct velocity_info *vptr = netdev_priv(dev); | 2471 | struct velocity_info *vptr = netdev_priv(dev); |
2471 | int qnum = 0; | 2472 | int qnum = 0; |