diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index bf98d44c8109..0c8b6578bd59 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -870,11 +870,11 @@ struct pci_bits { | |||
870 | unsigned long val; | 870 | unsigned long val; |
871 | }; | 871 | }; |
872 | 872 | ||
873 | extern int ata_pci_init_native_host(struct ata_host *host); | 873 | extern int ata_pci_init_sff_host(struct ata_host *host); |
874 | extern int ata_pci_init_bmdma(struct ata_host *host); | 874 | extern int ata_pci_init_bmdma(struct ata_host *host); |
875 | extern int ata_pci_prepare_native_host(struct pci_dev *pdev, | 875 | extern int ata_pci_prepare_sff_host(struct pci_dev *pdev, |
876 | const struct ata_port_info * const * ppi, | 876 | const struct ata_port_info * const * ppi, |
877 | struct ata_host **r_host); | 877 | struct ata_host **r_host); |
878 | extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); | 878 | extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); |
879 | extern unsigned long ata_pci_default_filter(struct ata_device *, unsigned long); | 879 | extern unsigned long ata_pci_default_filter(struct ata_device *, unsigned long); |
880 | #endif /* CONFIG_PCI */ | 880 | #endif /* CONFIG_PCI */ |