3com: convert drivers to netdev_tx_t
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
ad096463f7
commit
27a1de95a1
@@ -409,7 +409,7 @@ static void el_timeout(struct net_device *dev)
|
||||
* no real choice.
|
||||
*/
|
||||
|
||||
static int el_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||
static netdev_tx_t el_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||
{
|
||||
struct net_local *lp = netdev_priv(dev);
|
||||
int ioaddr = dev->base_addr;
|
||||
|
Reference in New Issue
Block a user