diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 8a7cc13c8516..95b74ba7dbf4 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -253,10 +253,6 @@ enum { | |||
253 | ATA_DMA_PAD_SZ = 4, | 253 | ATA_DMA_PAD_SZ = 4, |
254 | ATA_DMA_PAD_BUF_SZ = ATA_DMA_PAD_SZ * ATA_MAX_QUEUE, | 254 | ATA_DMA_PAD_BUF_SZ = ATA_DMA_PAD_SZ * ATA_MAX_QUEUE, |
255 | 255 | ||
256 | /* masks for port functions */ | ||
257 | ATA_PORT_PRIMARY = (1 << 0), | ||
258 | ATA_PORT_SECONDARY = (1 << 1), | ||
259 | |||
260 | /* ering size */ | 256 | /* ering size */ |
261 | ATA_ERING_SIZE = 32, | 257 | ATA_ERING_SIZE = 32, |
262 | 258 | ||
@@ -688,8 +684,8 @@ extern void ata_std_postreset(struct ata_port *ap, unsigned int *classes); | |||
688 | extern void ata_port_disable(struct ata_port *); | 684 | extern void ata_port_disable(struct ata_port *); |
689 | extern void ata_std_ports(struct ata_ioports *ioaddr); | 685 | extern void ata_std_ports(struct ata_ioports *ioaddr); |
690 | #ifdef CONFIG_PCI | 686 | #ifdef CONFIG_PCI |
691 | extern int ata_pci_init_one (struct pci_dev *pdev, struct ata_port_info **port_info, | 687 | extern int ata_pci_init_one (struct pci_dev *pdev, |
692 | unsigned int n_ports); | 688 | const struct ata_port_info * const * ppi); |
693 | extern void ata_pci_remove_one (struct pci_dev *pdev); | 689 | extern void ata_pci_remove_one (struct pci_dev *pdev); |
694 | #ifdef CONFIG_PM | 690 | #ifdef CONFIG_PM |
695 | extern void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg); | 691 | extern void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg); |
@@ -854,11 +850,11 @@ struct pci_bits { | |||
854 | unsigned long val; | 850 | unsigned long val; |
855 | }; | 851 | }; |
856 | 852 | ||
857 | extern int ata_pci_init_native_host(struct ata_host *host, | 853 | extern int ata_pci_init_native_host(struct ata_host *host); |
858 | unsigned int port_mask); | 854 | extern int ata_pci_init_bmdma(struct ata_host *host); |
859 | extern int ata_pci_prepare_native_host(struct pci_dev *pdev, | 855 | extern int ata_pci_prepare_native_host(struct pci_dev *pdev, |
860 | const struct ata_port_info * const * ppi, | 856 | const struct ata_port_info * const * ppi, |
861 | int n_ports, struct ata_host **r_host); | 857 | struct ata_host **r_host); |
862 | extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); | 858 | extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); |
863 | extern unsigned long ata_pci_default_filter(struct ata_device *, unsigned long); | 859 | extern unsigned long ata_pci_default_filter(struct ata_device *, unsigned long); |
864 | #endif /* CONFIG_PCI */ | 860 | #endif /* CONFIG_PCI */ |