diff options
author | Tobias Regnery <tobias.regnery@gmail.com> | 2017-04-05 11:11:10 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-06 12:55:36 -0700 |
commit | 053ee0a7035781a27eedb2b06cac638c8c65ce83 (patch) | |
tree | b2bd03b24343ddb6c10d09a34c48d4cb41374c22 /drivers/net/dsa/dsa_loop.c | |
parent | 82fe0d2b44e00820c4ecb40a30e6014df6a1dd1f (diff) |
net/mlx5e: fix build error without CONFIG_SYSFS
Commit 9008ae074885 ("net/mlx5e: Minimize mlx5e_{open/close}_locked")
copied the calls to netif_set_real_num_{tx,rx}_queues from
mlx5e_open_locked to mlx5e_activate_priv_channels and wraps them in an
if condition to test for netdev->real_num_{tx,rx}_queues.
But netdev->real_num_rx_queues is conditionally compiled in if CONFIG_SYSFS
is set. Without CONFIG_SYSFS the build fails:
drivers/net/ethernet/mellanox/mlx5/core/en_main.c: In function 'mlx5e_activate_priv_channels':
drivers/net/ethernet/mellanox/mlx5/core/en_main.c:2515:12: error: 'struct net_device' has no member named 'real_num_rx_queues'; did you mean 'real_num_tx_queues'?
Fix this by unconditionally call netif_set_real_num{tx,rx}_queues like before
commit 9008ae074885.
Fixes: 9008ae074885 ("net/mlx5e: Minimize mlx5e_{open/close}_locked")
Signed-off-by: Tobias Regnery <tobias.regnery@gmail.com>
Acked-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/dsa_loop.c')
0 files changed, 0 insertions, 0 deletions