s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
authorYijing Wang <wangyijing@huawei.com>
Mon, 27 Oct 2014 02:44:38 +0000 (10:44 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Nov 2014 22:14:30 +0000 (15:14 -0700)
Now only s390/MSI use default_msi_mask_irq() and default_msix_mask_irq(),
replace them with the common MSI mask IRQ functions __msi_mask_irq() and
__msix_mask_irq().  Remove default_msi_mask_irq() and
default_msix_mask_irq().

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
CC: linux-s390@vger.kernel.org

No differences found