backports: move netif_set_real_num_rx_queues() to compat-2.6.37.c
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 15 Jun 2013 13:17:50 +0000 (15:17 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 19 Jun 2013 20:22:28 +0000 (22:22 +0200)
commitc75e69e48bf9b082d06fc3968d33dc8a02b6c186
tree0f4983a804743b3e0b3c9b107fe26743c969266c
parent320f5ad7cb63678f61c3b4504caf50898898ea99
backports: move netif_set_real_num_rx_queues() to compat-2.6.37.c

netif_set_real_num_rx_queues() was added to kernel version 2.6.37 and
not to kernel 2.6.35 therefore it should also be added to the
corresponding compat-*.c file.

This also adds a missing EXPORT_SYMBOL, documentation and a check.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/compat/compat-2.6.35.c
backport/compat/compat-2.6.37.c