From: Alexander Gordeev Date: Tue, 23 Sep 2014 18:39:54 +0000 (-0600) Subject: PCI/MSI: Remove arch_msi_check_device() X-Git-Tag: fixes-against-v3.18-rc2~139^2~4^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad975ebad4c3ce8dcc7d0bb4db26ea5aca4cfc99;p=pandora-kernel.git PCI/MSI: Remove arch_msi_check_device() No architectures implement arch_msi_check_device() or the struct msi_chip .check_device() method, so remove them. Remove the "type" parameter to pci_msi_check_device() because it was only used to call arch_msi_check_device() and is no longer needed. [bhelgaas: changelog, split to separate patch] Signed-off-by: Alexander Gordeev Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed