From: Alexander Gordeev Date: Tue, 18 Feb 2014 15:09:02 +0000 (+0100) Subject: IB/qib: Use pci_enable_msix_range() instead of pci_enable_msix() X-Git-Tag: omap-for-v3.16/pm-signed~84^2^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3f043e7bc2581475040348580f4acc786842e7;p=pandora-kernel.git IB/qib: Use pci_enable_msix_range() instead of pci_enable_msix() As result of the deprecation of the 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() and pci_enable_msix_range() interfaces. Signed-off-by: Alexander Gordeev Acked-by: Mike Marciniszyn Signed-off-by: Roland Dreier --- Reading git-diff-tree failed