diff options
| author | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-03-13 13:31:55 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-03-13 13:31:55 -0500 |
| commit | 45b5d56b995a93062b5291c717f9c08b871caa0e (patch) | |
| tree | b18a50d899fbeadb5689f187acb01e7599147fd0 /include | |
| parent | 597db13e07de2642fbe529928bd6c85fa8ec7a5a (diff) | |
Small cleanups for the PCI MWI feature:
* Generic helper function name change, s/pdev_set_mwi/pci_generic_prep_mwi/
* Fix: Generic helper function ifdef'd out if arch function present
* PCI MWI arch handler name change, s/pcibios_set_mwi/pcibios_prep_mwi/
* Fix typos and speling errors in comments.
* Cleanup printk message a bit.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-sparc64/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/pci.h b/include/asm-sparc64/pci.h index 00f24f2c1ee4..884102954ceb 100644 --- a/include/asm-sparc64/pci.h +++ b/include/asm-sparc64/pci.h @@ -203,7 +203,7 @@ extern int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, /* Platform specific MWI support. */ #define HAVE_ARCH_PCI_MWI -extern int pcibios_set_mwi(struct pci_dev *dev); +extern int pcibios_prep_mwi(struct pci_dev *dev); #endif /* __KERNEL__ */ |
