summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/ppc4xx_hsta_msi.c
diff options
context:
space:
mode:
authorJiang Liu2014-11-09 16:10:34 +0100
committerThomas Gleixner2014-11-23 13:01:45 +0100
commit83a18912b0e8d275001bca6fc9c0fe519d98f280 (patch)
treed63c40c62eb6964f84a2200a8ed9710772032b19 /arch/powerpc/sysdev/ppc4xx_hsta_msi.c
parentPCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() (diff)
downloadkernel-qcow2-linux-83a18912b0e8d275001bca6fc9c0fe519d98f280.tar.gz
kernel-qcow2-linux-83a18912b0e8d275001bca6fc9c0fe519d98f280.tar.xz
kernel-qcow2-linux-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 <jiang.liu@linux.intel.com> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: Grant Likely <grant.likely@linaro.org> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Yingjoe Chen <yingjoe.chen@mediatek.com> Cc: Yijing Wang <wangyijing@huawei.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/powerpc/sysdev/ppc4xx_hsta_msi.c')
-rw-r--r--arch/powerpc/sysdev/ppc4xx_hsta_msi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/ppc4xx_hsta_msi.c b/arch/powerpc/sysdev/ppc4xx_hsta_msi.c
index a6a4dbda9078..908105f835d1 100644
--- a/arch/powerpc/sysdev/ppc4xx_hsta_msi.c
+++ b/arch/powerpc/sysdev/ppc4xx_hsta_msi.c
@@ -85,7 +85,7 @@ static int hsta_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
msi_bitmap_free_hwirqs(&ppc4xx_hsta_msi.bmp, irq, 1);
return -EINVAL;
}
- write_msi_msg(hwirq, &msg);
+ pci_write_msi_msg(hwirq, &msg);
}
return 0;