sfc: remove duplicate declaration of efx_enqueue_skb_tso()
authorEdward Cree <ecree@solarflare.com>
Tue, 30 Jun 2020 12:12:49 +0000 (13:12 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Jun 2020 20:09:09 +0000 (13:09 -0700)
commit93841000ed9fc86dd9615a1048abb31c07792e0b
tree7fe250c535462b615af6aec374c83de6323ee88f
parent740acc15c8a52c959111a9fbad974e9b0e5b4eb7
sfc: remove duplicate declaration of efx_enqueue_skb_tso()

Define it in nic_common.h, even though the ef100 driver will have a
 different implementation backing it (actually a WARN_ON_ONCE as it
 should never get called by ef100.  But it needs to still exist because
 common TX path code references it).

Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/nic.h
drivers/net/ethernet/sfc/nic_common.h
drivers/net/ethernet/sfc/tx.h
drivers/net/ethernet/sfc/tx_common.c