From: Eric Dumazet Date: Thu, 20 Jan 2011 19:18:08 +0000 (+0000) Subject: net: netif_setup_tc() is static X-Git-Tag: v2.6.39-rc1~468^2~487 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb134d2298b49f50cf6d9388410fba96272905dc;p=platform%2Fupstream%2Fkernel-adaptation-pc.git net: netif_setup_tc() is static Signed-off-by: Eric Dumazet Acked-by: John Fastabend Signed-off-by: David S. Miller --- diff --git a/net/core/dev.c b/net/core/dev.c index 2730352..47d3d78 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) * expected that drivers will fix this mapping if they can before * 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; struct netdev_tc_txq *tc = &dev->tc_to_txq[0];