projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa934f
)
net: netif_setup_tc() is static
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 20 Jan 2011 19:18:08 +0000
(19:18 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 21 Jan 2011 21:08:27 +0000
(13:08 -0800)
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>
net/core/dev.c
patch
|
blob
|
blame
|
history
diff --git
a/net/core/dev.c
b/net/core/dev.c
index 2730352d2ccc98449e97b20700141d7e0632267a..47d3d78d5416d29717ddd8a9b139faae4fe1487e 100644
(file)
--- 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];