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/powerpc/sysdev/fsl_msi.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/powerpc/sysdev/fsl_msi.c')
| -rw-r--r-- | arch/powerpc/sysdev/fsl_msi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/fsl_msi.c b/arch/powerpc/sysdev/fsl_msi.c index de40b48b460e..bd5a9f7c0029 100644 --- a/arch/powerpc/sysdev/fsl_msi.c +++ b/arch/powerpc/sysdev/fsl_msi.c @@ -242,7 +242,7 @@ static int fsl_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type) irq_set_msi_desc(virq, entry); fsl_compose_msi_msg(pdev, hwirq, &msg, msi_data); - write_msi_msg(virq, &msg); + pci_write_msi_msg(virq, &msg); } return 0; |
