summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
diff options
context:
space:
mode:
authorArnd Bergmann2014-03-13 10:44:34 +0100
committerDavid S. Miller2014-03-13 17:56:38 +0100
commit0a8d8c446b5429d15ff2d48f46e00d8a08552303 (patch)
tree0da245c4d00e5551d72cbd1c6566f1438adde9e5 /drivers/net/ethernet/mellanox/mlx4/en_netdev.c
parentMAINTAINERS: add networking selftests to NETWORKING (diff)
downloadkernel-qcow2-linux-0a8d8c446b5429d15ff2d48f46e00d8a08552303.tar.gz
kernel-qcow2-linux-0a8d8c446b5429d15ff2d48f46e00d8a08552303.tar.xz
kernel-qcow2-linux-0a8d8c446b5429d15ff2d48f46e00d8a08552303.zip
vmxnet3: fix building without CONFIG_PCI_MSI
Since commit d25f06ea466e "vmxnet3: fix netpoll race condition", the vmxnet3 driver fails to build when CONFIG_PCI_MSI is disabled, because it unconditionally references the vmxnet3_msix_rx() function. To fix this, use the same #ifdef in the caller that exists around the function definition. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Neil Horman <nhorman@tuxdriver.com> Cc: Shreyas Bhatewara <sbhatewara@vmware.com> Cc: "VMware, Inc." <pv-drivers@vmware.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: stable@vger.kernel.org Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx4/en_netdev.c')
0 files changed, 0 insertions, 0 deletions