diff options
| author | Jiang Liu <[email protected]> | 2014-11-09 15:10:34 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2014-11-23 12:01:45 +0000 |
| commit | 83a18912b0e8d275001bca6fc9c0fe519d98f280 (patch) | |
| tree | d63c40c62eb6964f84a2200a8ed9710772032b19 /arch/s390/pci/pci.c | |
| parent | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() (diff) | |
| download | kernel-83a18912b0e8d275001bca6fc9c0fe519d98f280.tar.gz kernel-83a18912b0e8d275001bca6fc9c0fe519d98f280.zip | |
PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()
Rename write_msi_msg() to pci_write_msi_msg() to mark it as PCI
specific.
Signed-off-by: Jiang Liu <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Yingjoe Chen <[email protected]>
Cc: Yijing Wang <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'arch/s390/pci/pci.c')
| -rw-r--r-- | arch/s390/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c index 552b9908aa77..ad1a9e2a1831 100644 --- a/arch/s390/pci/pci.c +++ b/arch/s390/pci/pci.c @@ -403,7 +403,7 @@ int arch_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type) msg.data = hwirq; msg.address_lo = zdev->msi_addr & 0xffffffff; msg.address_hi = zdev->msi_addr >> 32; - write_msi_msg(irq, &msg); + pci_write_msi_msg(irq, &msg); airq_iv_set_data(zdev->aibv, hwirq, irq); hwirq++; } |
