diff options
author | Arnd Bergmann <[email protected]> | 2014-03-13 10:44:34 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-03-13 12:56:38 -0400 |
commit | 0a8d8c446b5429d15ff2d48f46e00d8a08552303 (patch) | |
tree | 0da245c4d00e5551d72cbd1c6566f1438adde9e5 /net/unix/af_unix.c | |
parent | f4e53f9a4f7d01cef9f096b1eb3705329a7ce9c2 (diff) |
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 <[email protected]>
Cc: Neil Horman <[email protected]>
Cc: Shreyas Bhatewara <[email protected]>
Cc: "VMware, Inc." <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Acked-by: Neil Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions