rtnetlink: remove initialization of dev->real_num_tx_queues
commite7c379d2a0dcb8c30cb580184a0df11805464703
authorJiri Pirko <jpirko@redhat.com>
Wed, 10 Aug 2011 06:09:45 +0000 (10 06:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Aug 2011 14:44:38 +0000 (11 07:44 -0700)
treeb9fa6855345c6031226759fe71166bece3625001
parentd5da4510a742bb85182dcab8a47f63baaebb5ec3
rtnetlink: remove initialization of dev->real_num_tx_queues

dev->real_num_tx_queues is correctly set already in alloc_netdev_mqs.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c