kernel/drivers/net/ethernet/pasemi/pasemi_mac.c
.. .. @@ -1423,7 +1423,7 @@ 1423 1423 write_dma_reg(PAS_DMA_TXCHAN_INCR(txring->chan.chno), 2); 1424 1424 } 1425 1425 1426 -static int pasemi_mac_start_tx(struct sk_buff *skb, struct net_device *dev)1426 +static netdev_tx_t pasemi_mac_start_tx(struct sk_buff *skb, struct net_device *dev)1427 1427 { 1428 1428 struct pasemi_mac * const mac = netdev_priv(dev); 1429 1429 struct pasemi_mac_txring * const txring = tx_ring(mac);