kernel/drivers/net/ethernet/ti/netcp_core.c
.. .. @@ -1262,7 +1262,7 @@ 1262 1262 } 1263 1263 1264 1264 /* Submit the packet */ 1265 -static int netcp_ndo_start_xmit(struct sk_buff *skb, struct net_device *ndev)1265 +static netdev_tx_t netcp_ndo_start_xmit(struct sk_buff *skb, struct net_device *ndev)1266 1266 { 1267 1267 struct netcp_intf *netcp = netdev_priv(ndev); 1268 1268 struct netcp_stats *tx_stats = &netcp->stats;