From: Alexander Gordeev Date: Tue, 18 Feb 2014 10:12:04 +0000 (+0100) Subject: wil6210: Use pci_enable_msi_range() instead of pci_enable_msi_block() X-Git-Tag: v3.15-rc1~113^2~316^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b39061da4d28c15341378e615948936e6d148f;p=pandora-kernel.git wil6210: Use pci_enable_msi_range() instead of pci_enable_msi_block() 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() and pci_enable_msix_range() interfaces. Signed-off-by: Alexander Gordeev Cc: Vladimir Kondratiev Cc: "John W. Linville" Cc: wil6210@qca.qualcomm.com Cc: netdev@vger.kernel.org Cc: linux-pci@vger.kernel.org Acked-by: Vladimir Kondratiev Signed-off-by: David S. Miller --- Reading git-diff-tree failed