diff options
author | Alexander Gordeev <agordeev@redhat.com> | 2014-04-25 13:43:50 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-04-28 03:15:42 +0400 |
commit | f716775026707113496cbd9961882de91ab88b07 (patch) | |
tree | 08cbad039127a92f3cb5040960252f99121b246b /include/net/pkt_cls.h | |
parent | eb11022dca4eb22def72d5d4e3140caa357b34e1 (diff) | |
download | linux-f716775026707113496cbd9961882de91ab88b07.tar.xz |
qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()
As result of deprecation of MSI-X/MSI enablement functions
pci_enable_msix() and pci_enable_msi_block() all drivers
using these two interfaces need to be updated to use the
new pci_enable_msi_range() or pci_enable_msi_exact()
and pci_enable_msix_range() or pci_enable_msix_exact()
interfaces.
Cc: Shahed Shaikh <shahed.shaikh@qlogic.com>
Cc: Dept-HSGLinuxNICDev@qlogic.com
Cc: netdev@vger.kernel.org
Cc: linux-pci@vger.kernel.org
Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Acked-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/pkt_cls.h')
0 files changed, 0 insertions, 0 deletions