diff options
author | Alexander Gordeev | 2014-06-06 14:37:16 -0700 |
---|---|---|
committer | Linus Torvalds | 2014-06-06 16:08:13 -0700 |
commit | 1c92ab1e742b0636e5c4c63792e20020cdf16caf (patch) | |
tree | 7257f79b1f97a4af7603a7f160dc68af1027d69f /include | |
parent | dcbff5d1effbbd52be1ed9f2efb6c8d0445ad188 (diff) |
rapidio/tsi721: 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.
The patch has no runtime effect.
Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions