diff options
-rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 2730352d2ccc..47d3d78d5416 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -1605,7 +1605,7 @@ static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev) | |||
1605 | * expected that drivers will fix this mapping if they can before | 1605 | * expected that drivers will fix this mapping if they can before |
1606 | * calling netif_set_real_num_tx_queues. | 1606 | * calling netif_set_real_num_tx_queues. |
1607 | */ | 1607 | */ |
1608 | void netif_setup_tc(struct net_device *dev, unsigned int txq) | 1608 | static void netif_setup_tc(struct net_device *dev, unsigned int txq) |
1609 | { | 1609 | { |
1610 | int i; | 1610 | int i; |
1611 | struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; | 1611 | struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; |