net: kill netif_copy_real_num_queues()
authorWANG Cong <xiyou.wangcong@gmail.com>
Tue, 11 Nov 2014 21:29:42 +0000 (13:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Nov 2014 21:30:16 +0000 (16:30 -0500)
vlan was the only user of netif_copy_real_num_queues(),
but it no longer calls it after
commit 4af429d29b341bb1735f04c2fb960178 ("vlan: lockless transmit path").
So we can just remove it.

Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found