diff options
author | Alexander Gordeev <agordeev@redhat.com> | 2014-02-23 06:50:41 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-28 23:24:32 (GMT) |
commit | e0117521e555224ec8938e69832b0b4c69954d54 (patch) | |
tree | def32c22ff614107ba1b27bcb43f3c2ed60ed545 /drivers/hwmon/pc87427.c | |
parent | ebba44ffcb848f38dfb9c95e5e20ebd2df3699a8 (diff) | |
download | linux-e0117521e555224ec8938e69832b0b4c69954d54.tar.xz |
vmw_vmci: 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.
Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Andy King <acking@vmware.com>
Cc: Dmitry Torokhov <dtor@vmware.com>
Cc: linux-pci@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwmon/pc87427.c')
0 files changed, 0 insertions, 0 deletions