mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 03:04:01 +08:00
net: netif_setup_tc() is static
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Acked-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ffa934f192
commit
bb134d2298
@ -1605,7 +1605,7 @@ static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)
|
|||||||
* expected that drivers will fix this mapping if they can before
|
* expected that drivers will fix this mapping if they can before
|
||||||
* calling netif_set_real_num_tx_queues.
|
* calling netif_set_real_num_tx_queues.
|
||||||
*/
|
*/
|
||||||
void netif_setup_tc(struct net_device *dev, unsigned int txq)
|
static void netif_setup_tc(struct net_device *dev, unsigned int txq)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
struct netdev_tc_txq *tc = &dev->tc_to_txq[0];
|
struct netdev_tc_txq *tc = &dev->tc_to_txq[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user